Skip to content
Claude Desktop

cosync remote for Claude Desktop

com.olane/cosync-remote

Knowledge graph ingestion, entity search, ontology analysis, and CoSync scoring.

client:Claude Desktop transport:streamable-http

Install cosync remote in Claude Desktop

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

{
  "mcpServers": {
    "cosync-remote": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.copass.id/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

cosync remote in other clients