TokenKnows for Claude Code
io.github.johnnywuj81/tokenknows
Distill AI coding sessions into weekly reports, ADRs and a knowledge graph - self-hosted
client:Claude Code
transport:stdio
runtime:pypi
Install TokenKnows in Claude Code
run in your project directory
claude mcp add tokenknows -e TOKENKNOWS_API_BASE=<TOKENKNOWS_API_BASE> -e TOKENKNOWS_API_TOKEN=<TOKENKNOWS_API_TOKEN> -e TOKENKNOWS_DEFAULT_PROJECT=<TOKENKNOWS_DEFAULT_PROJECT> -e TOKENKNOWS_WEB_BASE=<TOKENKNOWS_WEB_BASE> -- uvx tokenknows-mcp
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs