mindforge for Grok
io.github.sairam0424/mindforge
Read the MindForge engine over MCP: knowledge graph, project health, and audit log.
client:Grok
transport:stdio
runtime:npm
Install mindforge in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mindforge": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mindforge-mcp-server"
],
"env": {
"CLAUDE_PROJECT_DIR": "<CLAUDE_PROJECT_DIR>"
}
}
}
}
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