Local LLM cost proxy: forecasts each call and recommends the cheapest model that clears the task.
claude mcp add agentcents -- uvx agentcents
claude_desktop_config.json
{
"mcpServers": {
"agentcents": {
"command": "uvx",
"args": [
"agentcents"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"agentcents": {
"command": "uvx",
"args": [
"agentcents"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agentcents": {
"command": "uvx",
"args": [
"agentcents"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"agentcents": {
"type": "stdio",
"command": "uvx",
"args": [
"agentcents"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"agentcents": {
"command": "uvx",
"args": [
"agentcents"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.labham-llc--agentcents/reviews or the review_server meta-tool.
POST /mcp