λx.xDocs← app

Cursor + Vinculum

Connect Vinculum to Cursor IDE. Cursor supports MCP servers via its settings JSON — add Vinculum there and your Cursor Agent gets the full tool surface.

Step 1 — Get your API key

Log into vinculum.run, open Settings, copy your API key (vk_...).

Step 2 — Open Cursor settings

  1. Open Cursor
  2. Go to Cursor SettingsMCP
  3. Or open ~/.cursor/mcp.json directly

Step 3 — Add the server config

json
{
  "mcpServers": {
    "vinculum": {
      "url": "https://vinculum.run/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

Step 4 — Restart Cursor and verify

Restart Cursor Agent. Open the Agent panel and check that Vinculum tools appear. Ask Claude to call get_briefing with your project name to confirm.


Other clients: Claude Code · claude.ai · Cline · Zed