Skip to content
Cursor

Firekeep for Cursor

io.github.kapella-hub/firekeep

Self-hosted operating layer for AI agents: knowledge, continuity, coordination, and governance.

client:Cursor transport:stdio runtime:pypi

Install Firekeep in Cursor

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

{
  "mcpServers": {
    "firekeep": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "firekeep-client"
      ]
    }
  }
}

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

Firekeep in other clients