Fidelis Memory for Grok
io.github.hermes-labs-ai/fidelis-memory
Recall locally stored agent memories through an MCP-compatible host.
client:Grok
transport:stdio
runtime:pypi
Install Fidelis Memory in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"fidelis-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"fidelis-memory"
],
"env": {
"FIDELIS_PORT": "<FIDELIS_PORT>"
}
}
}
}
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