Skip to content
Windsurf

Cycles — Budget Authority for AI Agents for Windsurf

io.github.runcycles/cycles-mcp-server

Runtime budget authority for AI agents — reserve, enforce, reconcile spend across providers

client:Windsurf transport:stdio runtime:npm

Install Cycles — Budget Authority for AI Agents in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "cycles-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@runcycles/mcp-server"
      ],
      "env": {
        "CYCLES_API_KEY": "<CYCLES_API_KEY>",
        "CYCLES_BASE_URL": "<CYCLES_BASE_URL>",
        "CYCLES_MOCK": "<CYCLES_MOCK>",
        "CYCLES_DEFAULT_TENANT": "<CYCLES_DEFAULT_TENANT>",
        "CYCLES_DEFAULT_WORKSPACE": "<CYCLES_DEFAULT_WORKSPACE>",
        "CYCLES_DEFAULT_APP": "<CYCLES_DEFAULT_APP>",
        "CYCLES_DEFAULT_WORKFLOW": "<CYCLES_DEFAULT_WORKFLOW>",
        "CYCLES_DEFAULT_AGENT": "<CYCLES_DEFAULT_AGENT>",
        "CYCLES_DEFAULT_TOOLSET": "<CYCLES_DEFAULT_TOOLSET>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Cycles — Budget Authority for AI Agents in other clients