jamgate for Grok
io.github.amirj4m/jamgate
A neutral memory quality-gate MCP server: save_memory, recall_memory, forget_memory over stdio.
client:Grok
transport:stdio
runtime:npm
Install jamgate in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"jamgate": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"jamgate"
]
}
}
}
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