RemembrallMCP for Grok
io.github.cdnsteve/remembrallmcp
Persistent knowledge memory for AI agents. Hybrid search, code graph, pgvector.
client:Grok
transport:stdio
runtime:npm
Install RemembrallMCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"remembrallmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"remembrallmcp"
],
"env": {
"DATABASE_URL": "<DATABASE_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