Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Windsurf Plugin

FreeNot checked

Pipeworx install kit for Windsurf (Cascade) — connects to 3,300+ live data tools across 750+ sources via the Pipeworx MCP gateway.

GitHubEmbed

About

Pipeworx install kit for Windsurf (Cascade) — connects to 3,300+ live data tools across 750+ sources via the Pipeworx MCP gateway.

README

Give Cascade one MCP that reaches 5,501+ live-data tools across 1,441+ sources — SEC filings, USPTO patents, FRED, Census, FDA, EPA, USAspending, Polymarket, Zillow, weather, and 1,433+ more — without loading 5,501+ tool schemas into your context window.

Install

Windsurf doesn't currently expose a public plugin submission format, so this is a copy-paste install kit.

1. Add Pipeworx to your global Windsurf MCP config. Open (or create) ~/.codeium/windsurf/mcp_config.json and merge in:

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

2. Restart Cascade (or hit Refresh in Windsurf's MCP settings). You should see pipeworx connected with ~26 tools.

3. (Recommended) Drop the routing rule into your project. Copy .windsurf/rules/pipeworx.md from this repo into your project's .windsurf/rules/ directory. Or for global use, paste its contents into ~/.codeium/windsurf/memories/global_rules.md. The rule teaches Cascade when to reach for ask_pipeworx / discover_tools instead of hand-writing facts.

Try it

After install, ask Cascade things like:

Ask What it triggers
"What just happened to Apple?" sec_8k_recent → SEC 8-K events classified by severity
"Spread between Polymarket and Kalshi on the next Fed decision?" polymarket_kalshi_spread → live cross-venue mispricing
"Overdue Phase 3 readouts at Moderna?" pharma_pipeline_catalysts → biotech catalyst calendar
"DoD cybersecurity contracts this week?" usa_award_search → sub-second USAspending mirror
"Median home value and renter share in Lubbock, TX?" housing_market_snapshot + housing_metro_demand
"Unemployment rate last month?" fred_get_series → official FRED data

Cascade picks the right tool via ask_pipeworx — no pack-name memorization required.

How it loads light

The install exposes ~31 meta-tools, not all 5,501+ — ask_pipeworx({question}) and friends route at runtime so you get the full catalog without the context tax.

Free tier + signup

50 calls/day anonymous, IP-bound. Sign up free in 10s via GitHub for 200/day + a stable account.

Verify after install

Try a real query in Cascade:

What was the unemployment rate last month?

What's loaded

  • ask_pipeworx — natural-language router across all 1,441+ sources.
  • discover_tools — top-20 relevant tools for a task, with full schemas.
  • entity_profile / compare_entities / recent_changes / resolve_entity — fan-out across multiple packs in one call.
  • validate_claim — fact-check claims against SEC XBRL.
  • remember / recall / forget — persistent memory across sessions.
  • list_packs / search_packs / get_pack_tools / get_connection_config / get_platform_status / search_mcp_directory — browse the catalog.

Direct pack access

For a specific pack's tools loaded directly (e.g., attom_property_search), add a scoped entry to mcp_config.json:

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

Bring your own key

For BYO-tier (200/day), add ?_apikey=YOUR_KEY to serverUrl (Windsurf's remote-MCP config doesn't reliably honor headers yet across versions).

Submitting to Windsurf's Plugin Store

Windsurf curates the in-app MCP marketplace; no public submission spec yet. When Codeium opens it up, we'll publish here and link from https://pipeworx.io.

Links

License

MIT


⭐ Star if you'd use this — helps other Windsurf users discover it.

from github.com/pipeworx-io/windsurf-plugin

Installing Windsurf Plugin

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/pipeworx-io/windsurf-plugin

FAQ

Is Windsurf Plugin MCP free?

Yes, Windsurf Plugin MCP is free — one-click install via Unyly at no cost.

Does Windsurf Plugin need an API key?

No, Windsurf Plugin runs without API keys or environment variables.

Is Windsurf Plugin hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Windsurf Plugin in Claude Desktop, Claude Code or Cursor?

Open Windsurf Plugin on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Windsurf Plugin with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs