vardoger for Grok
io.github.dstrupl/vardoger
Personalize AI coding assistants by analyzing local conversation history. Runs on your machine.
client:Grok
transport:stdio
runtime:pypi
Install vardoger in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"vardoger": {
"type": "stdio",
"command": "uvx",
"args": [
"vardoger"
],
"env": {
"VARDOGER_MCP_PLATFORM": "<VARDOGER_MCP_PLATFORM>"
}
}
}
}
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