TokenKnows
About
Distill AI coding sessions into weekly reports, ADRs and a knowledge graph - self-hosted
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
TOKENKNOWS_API_BASE TOKENKNOWS_API_TOKEN TOKENKNOWS_DEFAULT_PROJECT TOKENKNOWS_WEB_BASEClaude Code
claude mcp add --env TOKENKNOWS_API_BASE= --env TOKENKNOWS_API_TOKEN= --env TOKENKNOWS_DEFAULT_PROJECT= --env TOKENKNOWS_WEB_BASE= tokenknows -- uvx tokenknows-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"tokenknows","command":"uvx","args":["tokenknows-mcp"],"env":{"TOKENKNOWS_API_BASE":"","TOKENKNOWS_API_TOKEN":"","TOKENKNOWS_DEFAULT_PROJECT":"","TOKENKNOWS_WEB_BASE":""}}'
JSON
{
"mcpServers": {
"tokenknows": {
"command": "uvx",
"args": [
"tokenknows-mcp"
],
"env": {
"TOKENKNOWS_API_BASE": "",
"TOKENKNOWS_API_TOKEN": "",
"TOKENKNOWS_DEFAULT_PROJECT": "",
"TOKENKNOWS_WEB_BASE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.