Skip to content
Cursor

openchronicle-mcp for Cursor

io.github.csoai-org/openchronicle-mcp

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

client:Cursor transport:stdio runtime:pypi

Install openchronicle-mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

openchronicle-mcp in other clients