Skip to content
Cursor

CollHub for Cursor

com.collhub/collhub

Documents, projects, comments, workflows and data sources of your CollHub instance, as tools.

client:Cursor transport:stdio runtime:npm

Install CollHub in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "collhub": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@collhub/mcp"
      ],
      "env": {
        "COLLHUB_URL": "<COLLHUB_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

CollHub in other clients