MIND for Grok
io.github.theastraway/mind
MIND knowledge-graph memory for agents. 44 tools: CRM, Life, MoneyMIND, Budget, Sheets, Email, Sign.
client:Grok
transport:stdio
runtime:npm
Install MIND in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mind": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@astramindapp/mcp-server"
],
"env": {
"MIND_API_KEY": "<MIND_API_KEY>",
"MIND_BASE_URL": "<MIND_BASE_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