Odel
MemoCat

MemoCat

Local
@montygovernance1PythonMITUpdated 1w ago

All-in-one, self-hosted AI memory with semantic search, vector RAG, live updates, and governance.

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).

PyPImemocat-mcpv0.4.2

Run

uvx memocat-mcp

MCP client config

{
  "mcpServers": {
    "memocat": {
      "command": "uvx",
      "args": [
        "memocat-mcp"
      ]
    }
  }
}