PluginBench
MCP Server

io.github.Rckl88/seracade MCP Server

io.github.Rckl88/seracade

What is the io.github.Rckl88/seracade MCP server?

LLM cost optimization. Audit your calls, prove savings, route to the cheapest quality model. BYOK.

How to install io.github.Rckl88/seracade

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "seracade": {
      "command": "npx",
      "args": [
        "-y",
        "seracade"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "seracade": {
      "command": "npx",
      "args": [
        "-y",
        "seracade"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "seracade": {
      "command": "npx",
      "args": [
        "-y",
        "seracade"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "seracade": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "seracade"
      ]
    }
  }
}
Claude Code
claude mcp add seracade -- npx -y seracade

Related MCP servers

LLM cost optimization. Audit your calls, prove savings, route to the cheapest quality model. BYOK.

View repository →