memharness for Grok
io.github.las7/memharness
Bi-temporal, provenance-carrying long-term memory for AI agents, in one SQLite file.
client:Grok
transport:stdio
runtime:npm
Install memharness in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"memharness": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@memharness/mcp"
],
"env": {
"MEMHARNESS_DB": "<MEMHARNESS_DB>"
}
}
}
}
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