Server data from the Official MCP Registry
Runtime budget authority for autonomous agents — reserve, enforce, and reconcile spend
Runtime budget authority for autonomous agents — reserve, enforce, and reconcile spend
Set these up before or after installing:
Environment variable: CYCLES_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-runcycles-cycles-mcp-server": {
"env": {
"CYCLES_API_KEY": "your-cycles-api-key-here"
},
"args": [
"-y",
"@runcycles/mcp-server"
],
"command": "npx"
}
}
}This is a well-structured MCP server with proper authentication, reasonable permissions for its purpose, and good code quality. The server provides runtime budget management tools for AI agents, with proper API key authentication and secure environment variable handling. Only minor code quality concerns around broad exception handling exist, but these don't significantly impact security. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
Scanned 5 files · 6 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!