What is the com.olane/cosync-remote MCP server?
Knowledge graph ingestion, entity search, ontology analysis, and CoSync scoring.
How to install com.olane/cosync-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": {
"cosync-remote": {
"url": "https://mcp.copass.id/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"cosync-remote": {
"serverUrl": "https://mcp.copass.id/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"cosync-remote": {
"type": "http",
"url": "https://mcp.copass.id/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"cosync-remote": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.copass.id/mcp"
]
}
}
}Claude Code
claude mcp add --transport http cosync-remote https://mcp.copass.id/mcpRelated MCP servers
Local encryption and project setup plugin for Copass. Keys never leave your machine.
View repository →Knowledge graph ingestion, entity search, ontology analysis, and CoPass scoring.
View repository →Local encryption and project setup plugin for CoSync. Keys never leave your machine.
View repository →