PluginBench
MCP Server

com.olane/copass-remote MCP Server

com.olane/copass-remote

What is the com.olane/copass-remote MCP server?

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

How to install com.olane/copass-remote

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "copass-remote": {
      "url": "https://mcp.copass.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "copass-remote": {
      "serverUrl": "https://mcp.copass.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "copass-remote": {
      "type": "http",
      "url": "https://mcp.copass.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "copass-remote": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.copass.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http copass-remote https://mcp.copass.com/mcp

Related MCP servers

Local encryption and project setup plugin for Copass. Keys never leave your machine.

View repository →

Local encryption and project setup plugin for CoSync. Keys never leave your machine.

View repository →

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

View repository →