Skip to content
Claude Desktop

agentcents for Claude Desktop

io.github.labham-llc/agentcents

Local LLM cost proxy: forecasts each call and recommends the cheapest model that clears the task.

client:Claude Desktop transport:stdio runtime:pypi

Install agentcents in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "agentcents": {
      "command": "uvx",
      "args": [
        "agentcents"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

agentcents in other clients