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 server

Options inherited from parent commands#

  -v, --verbose   verbose output

SEE ALSO#