MCP Server
MCP
TokenKnows
Distill AI coding sessions into weekly reports, ADRs and a knowledge graph - self-hosted
Install
uvx tokenknows-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "tokenknows-mcp",
"version": "0.3.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Self-hosted TokenKnows backend URL",
"format": "string",
"default": "http://127.0.0.1:8001",
"name": "TOKENKNOWS_API_BASE"
},
{
"description": "API token (tkk_...) or JWT bearer for the backend; create one in the web UI under Project Settings - MCP Access (optional for default local deployments)",
"format": "string",
"isSecret": true,
"name": "TOKENKNOWS_API_TOKEN"
},
{
"description": "Default project_id for event submission and distill",
"format": "string",
"default": "proj-demo-001",
"name": "TOKENKNOWS_DEFAULT_PROJECT"
},
{
"description": "Web UI base URL used to build view_url links returned by distill/list tools (login required to open them)",
"format": "string",
"default": "http://127.0.0.1:5173",
"name": "TOKENKNOWS_WEB_BASE"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment