contextforge mcp for Grok
io.github.alfredoizdev/contextforge-mcp
Persistent memory MCP server for Claude Code, Cursor, and GitHub Copilot.
client:Grok
transport:stdio
runtime:npm
Install contextforge mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"contextforge-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"contextforge-mcp"
],
"env": {
"CONTEXTFORGE_API_KEY": "<CONTEXTFORGE_API_KEY>",
"CONTEXTFORGE_API_URL": "<CONTEXTFORGE_API_URL>"
}
}
}
}
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