Odel
openchronicle-mcp

openchronicle-mcp

Local
@carldog16PythonAGPL-3.0Updated 2 days ago

Memory database for LLM agents — persistent semantic + keyword memory, project namespacing, served o

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

PyPIopenchronicle-mcpv3.0.0.dev1

Run

uvx openchronicle-mcp

MCP client config

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