Skip to content
Cline

TokenKnows for Cline

io.github.johnnywuj81/tokenknows

Distill AI coding sessions into weekly reports, ADRs and a knowledge graph - self-hosted

client:Cline transport:stdio runtime:pypi

Install TokenKnows in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tokenknows": {
      "command": "uvx",
      "args": [
        "tokenknows-mcp"
      ],
      "env": {
        "TOKENKNOWS_API_BASE": "<TOKENKNOWS_API_BASE>",
        "TOKENKNOWS_API_TOKEN": "<TOKENKNOWS_API_TOKEN>",
        "TOKENKNOWS_DEFAULT_PROJECT": "<TOKENKNOWS_DEFAULT_PROJECT>",
        "TOKENKNOWS_WEB_BASE": "<TOKENKNOWS_WEB_BASE>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

TokenKnows in other clients