memwright for Grok
io.github.bolnet/memwright
Embedded memory for AI agents with SQLite, pgvector, and Neo4j graph search.
client:Grok
transport:stdio
runtime:pypi
Install memwright in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"memwright": {
"type": "stdio",
"command": "uvx",
"args": [
"memwright"
],
"env": {
"PG_CONNECTION_STRING": "<PG_CONNECTION_STRING>",
"NEO4J_PASSWORD": "<NEO4J_PASSWORD>",
"OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>",
"OPENAI_API_KEY": "<OPENAI_API_KEY>"
}
}
}
}
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