thinkt server#
Manage the local HTTP server for trace exploration
Synopsis#
Manage the local HTTP server for exploring AI conversation traces.
The server provides:
- REST API for accessing projects and sessions
- Web interface for visual trace exploration
- MCP (Model Context Protocol) server
All data stays on your machine - nothing is uploaded to external servers.
Examples: thinkt server # Show server status thinkt server run # Start server in foreground thinkt server start # Start in background thinkt server status # Check server status thinkt server stop # Stop background server thinkt server logs # View server logs
thinkt server [flags]Options#
-h, --help help for serverOptions inherited from parent commands#
-v, --verbose verbose outputSEE ALSO#
- thinkt - Tools for AI assistant session exploration and extraction
- thinkt server fingerprint - Display the machine fingerprint
- thinkt server http-logs - View HTTP access logs
- thinkt server logs - View server logs
- thinkt server mcp - Start MCP server for AI tool integration
- thinkt server metrics - Fetch Prometheus metrics from the running server
- thinkt server run - Start server in foreground
- thinkt server start - Start server in background
- thinkt server status - Show server status
- thinkt server stop - Stop background server
- thinkt server token - Manage authentication tokens