projectmem for Grok
io.github.riponcm/projectmem
Coding agent memory — one local MCP server for every project. Warns before repeating failed fixes.
client:Grok
transport:stdio
runtime:pypi
Install projectmem in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"projectmem": {
"type": "stdio",
"command": "uvx",
"args": [
"projectmem"
]
}
}
}
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