Skip to content
Cursor

agentcents for Cursor

io.github.labham-llc/agentcents

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

client:Cursor transport:stdio runtime:pypi

Install agentcents in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agentcents in other clients