Odel
Frugal

Frugal

Local
@brainsparker2GoUpdated 1w ago

The open routing layer for AI tools: tool calls routed per policy, decision on every result.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmfrugal-mcpv0.1.1

Run

npx -y frugal-mcp

MCP client config

{
  "mcpServers": {
    "frugal": {
      "command": "npx",
      "args": [
        "-y",
        "frugal-mcp"
      ]
    }
  }
}