Skip to content
Cursor

mcp installation for Cursor

com.proabono/mcp-installation

Installs ProAbono into a website from the IDE: hosted pages, catalogue, customers, subscriptions.

client:Cursor transport:stdio runtime:npm

Install mcp installation 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": {
    "mcp-installation": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@proabono/mcp-installation"
      ],
      "env": {
        "PROABONO_API_BASE": "<PROABONO_API_BASE>",
        "PROABONO_BUSINESS_ID": "<PROABONO_BUSINESS_ID>",
        "PROABONO_SEGMENT_REF": "<PROABONO_SEGMENT_REF>",
        "PROABONO_AGENT_KEY": "<PROABONO_AGENT_KEY>",
        "PROABONO_API_KEY": "<PROABONO_API_KEY>",
        "PROABONO_PORTAL_SECRET": "<PROABONO_PORTAL_SECRET>",
        "PROABONO_WEBHOOK_SECRET": "<PROABONO_WEBHOOK_SECRET>"
      }
    }
  }
}

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

mcp installation in other clients