strata for Grok
io.github.agenerationforwordz-tech/strata
Self-hosted AI memory server. Persistent memory on your hardware, not the cloud.
client:Grok
transport:stdio
runtime:npm
Install strata in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"strata": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"strata-mcp-server"
],
"env": {
"STRATA_URL": "<STRATA_URL>",
"STRATA_API_KEY": "<STRATA_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