Windsurf is Codeium’s AI-powered IDE. Its Cascade feature supports MCP servers, letting you use Toolcog for API operations while coding.
Windsurf uses a JSON configuration file for MCP servers.
| OS | Path |
|---|---|
| macOS/Linux | ~/.codeium/windsurf/mcp_config.json |
| Windows | %USERPROFILE%\.codeium\windsurf\mcp_config.json |
Create or edit mcp_config.json:
{ "mcpServers": { "toolcog": { "url": "https://mcp.toolcog.com" } }}After adding a new MCP server, press the refresh button in the Cascade panel to load it.
With Toolcog connected, ask Cascade:
“Find the Shopify API operation for creating products”
Cascade will use Toolcog to discover operations and help integrate them into your code.
When Cascade needs to access your Toolcog account:
For downstream services (GitHub, Stripe, etc.), the same pattern applies.
Connect to specific catalogs:
{ "mcpServers": { "toolcog-internal": { "url": "https://mcp.toolcog.com/mycompany/internal-apis" } }}In Cascade, ask:
“What operations does Toolcog have for Stripe?”
If you see a list of Stripe operations, Toolcog is connected.