claude amplifier for Grok
io.github.sisuthros/claude-amplifier
Persistent memory + decision tracking for Claude across sessions. Local SQLite, no cloud.
client:Grok
transport:stdio
runtime:npm
Install claude amplifier in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"claude-amplifier": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"claude-amplifier"
]
}
}
}
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