Skip to content
Windsurf

trazum for Windsurf

io.github.davmunrey/trazum

Trazum as an MCP server: let an agent price and budget its own prompts before it sends them.

client:Windsurf transport:stdio runtime:npm

Install trazum in Windsurf

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

{
  "mcpServers": {
    "trazum": {
      "command": "npx",
      "args": [
        "-y",
        "@trazum/mcp"
      ]
    }
  }
}

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

trazum in other clients