Skip to content

SkillFM LLM Cost Optimizer for Windsurf

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.

client:Windsurf transport:stdio runtime:npm

Install SkillFM LLM Cost Optimizer in Windsurf

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

{
  "mcpServers": {
    "skillfm-llm-cost-optimizer-openai-anthropic-usage": {
      "command": "npx",
      "args": [
        "-y",
        "@skillfm/llm-cost-optimizer-mcp"
      ]
    }
  }
}

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

SkillFM LLM Cost Optimizer in other clients