Mnemoscope for Grok
io.github.toonight/mnemoscope
Predict context rot, sign every agent write, tier reads. Markdown-native, 100% local.
client:Grok
transport:stdio
runtime:npm
Install Mnemoscope in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mnemoscope": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mnemoscope/mcp-server"
]
}
}
}
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