TokenKnows for Grok
io.github.johnnywuj81/tokenknows
Distill AI coding sessions into weekly reports, ADRs and a knowledge graph - self-hosted
client:Grok
transport:stdio
runtime:pypi
Install TokenKnows in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"tokenknows": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs