m1nd for Grok
io.github.maxkle1nz/m1nd
The shell around your coding agent: a neuro-symbolic code graph with calibrated trust, via MCP.
client:Grok
transport:stdio
runtime:npm
Install m1nd in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"m1nd": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@maxkle1nz/m1nd"
],
"env": {
"M1ND_WORKSPACE_ROOT": "<M1ND_WORKSPACE_ROOT>"
}
}
}
}
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