Shared, persistent memory for AI agents, with semantic recall and live updates.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx montycat-mcp
MCP client config
{
"mcpServers": {
"montycat-mcp-shared-memory-for-ai-agents": {
"command": "uvx",
"args": [
"montycat-mcp"
]
}
}
}Run
docker run -i --rm docker.io/montygovernance/montycat-mcp:1.1.1
MCP client config
{
"mcpServers": {
"montycat-mcp-shared-memory-for-ai-agents": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/montygovernance/montycat-mcp:1.1.1"
]
}
}
}