projectmind for Grok
io.github.nodemint-dev/projectmind
Persistent project memory for AI coding agents: one compact digest instead of re-reading the repo.
client:Grok
transport:stdio
runtime:npm
Install projectmind in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"projectmind": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nodemint/projectmind"
]
}
}
}
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