Skip to content
Claude Desktop

Sirro for Claude Desktop

io.github.jonathanmberg/sirro

Shared memory for AI coding agents. Save once, reuse from Cursor, Claude Code, Codex.

client:Claude Desktop transport:streamable-http

Install Sirro in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "sirro": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://www.sirro.dev/beta/mcp/sirro-public-beta"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Sirro in other clients