Session Forge for Grok
io.github.420247jake/session-forge
Persistent memory and session intelligence for AI coding assistants. Zero config.
client:Grok
transport:stdio
runtime:npm
Install Session Forge in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"session-forge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"session-forge"
]
}
}
}
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