Skip to content
Claude Desktop

Seturos for Claude Desktop

com.seturos/seturos

Shared work memory for Claude Code, Codex, Cursor and chat, scoped to each repository.

client:Claude Desktop transport:streamable-http

Install Seturos in Claude Desktop

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

{
  "mcpServers": {
    "seturos": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://app.seturos.com/api/mcp"
      ]
    }
  }
}

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

Seturos in other clients