Claude Code

Live

Official plugin via Claude Code's marketplace.

/plugin marketplace add pipeworx-io/claude-code-plugin
/plugin install pipeworx

Cursor

Marketplace review

Plugin submitted to cursor.com/marketplace. Self-install works today via the deeplink or by adding the config to your project.

cursor://anysphere.cursor-deeplink/mcp/install?name=pipeworx

Or add to .cursor/mcp.json:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/pipeworx-catalog/mcp"
    }
  }
}

Gemini CLI

Live

Official extension. Installs from GitHub directly.

gemini extensions install https://github.com/pipeworx-io/gemini-cli-extension

Windsurf

Live

Paste into ~/.codeium/windsurf/mcp_config.json, then restart Cascade.

{
  "mcpServers": {
    "pipeworx": {
      "serverUrl": "https://gateway.pipeworx.io/pipeworx-catalog/mcp"
    }
  }
}

Perplexity

Live · Pro / Max / Enterprise

Settings → Connectors → Add a connector → Custom MCP server.

  • Name: Pipeworx
  • URL: https://gateway.pipeworx.io/pipeworx-catalog/mcp
  • Transport: Streamable HTTP (default)
  • Auth: none for anonymous tier, or X-API-Key header for BYO

ChatGPT

Submission in progress

App Directory submission pending OAuth 2.1 discovery. Developer-mode self-install works today.

  1. ChatGPT → Settings → Apps & Connectors → Create.
  2. Enable Developer Mode (Workspace Settings → Permissions & Roles → Connected Data).
  3. Paste server URL: https://gateway.pipeworx.io/pipeworx-catalog/mcp

Other MCP-aware clients

Zed, JetBrains AI Assistant, LM Studio, Goose, Raycast, Cline, v0, Devin, Factory — anything that speaks the Model Context Protocol can point at the Pipeworx gateway directly. The config block is the same shape almost everywhere:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/pipeworx-catalog/mcp"
    }
  }
}

Some clients use serverUrl instead of url (notably Windsurf). See your client's MCP docs for the exact key name. The gateway URL is the same.

Higher rate limits

Every install above runs on the anonymous tier by default — 50 calls/day per IP. To raise that to 500/day (BYO), 2,000/day (OAuth), or unlimited (Paid):

  1. Sign up free with GitHub.
  2. Grab your API key from /account.
  3. Add an X-API-Key header to your client's MCP config — or pass ?_apiKey=… on the gateway URL.

See pricing for tier details.