Skip to content
VS Code

agentcents for VS Code

io.github.labham-llc/agentcents

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

client:VS Code transport:stdio runtime:pypi

Install agentcents in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

agentcents in other clients