Athena-MCP
Enables routing tasks to Ollama, a local AI CLI, for executing prompts on locally hosted models, with verification, failover, and cost-aware routing.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Athena-MCPrecommend the best provider for a python backend task"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Athena-MCP π±
OmniRouter for AI-agent CLIs β one MCP server to detect, route, verify and economize across every AI CLI on your machine.
π§π· Leia em PortuguΓͺs Β· π¨π³ ι θ―»δΈζ
What is Athena-MCP?
Athena-MCP turns the AI CLIs installed on your machine (Codex, Claude Code, Cursor Agent, Antigravity, OpenCode, Ollama and more) into a single orchestrated council, exposed both as an MCP server (so any AI chat can delegate tasks) and a web dashboard for management.
Instead of betting on one agent, Athena:
Detects every AI CLI on your system automatically (macOS, Windows, Linux)
Routes each task to the best provider/model using an auto-updating ratings table
Verifies execution reports against real project evidence β a "lie detector" that catches agents claiming work they never did
Economizes by steering simple tasks away from expensive heavy models
Fails over across providers with configurable combos
Related MCP server: consult-mcp
Features
Feature | Description |
π Cross-platform CLI scanner | Finds AI CLIs on PATH + |
π Dashboard | Providers, models, combos, usage stats and the "Best per Role" table at |
π Model ratings table | Scores 0β10 per role (frontend, backend, reasoning, speed), refreshed weekly from live leaderboards (SWE-bench, GPQA, Design Arena) |
π΅οΈ Lie detector (verifier) | A cheap/free model (OpenCode free tier first) cross-checks each report against git evidence; false reports go back for fixing once, then escalate to the orchestrator |
π‘ | Describe a task, get the best installed provider+model with reasoning |
π° Economy routing | Task complexity estimation; heavy models are excluded from suggestions for simple tasks |
π Combos with failover | Chains of providers with retries, per-step models and timeout policies |
π 10-topic report contract | Executors return lean structured reports β the orchestrator's context stays clean |
Quick start
git clone https://github.com/JoaoPauloNA/athena.git
cd athena
python -m venv .venv && source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -e .Run the dashboard:
python -c "from athena.dashboard.app import run_dashboard; run_dashboard()" # API on :20129
cd frontend && npx vite --port 7100 # UI on :7100Run as an MCP server (stdio), e.g. in your MCP client config:
{
"mcpServers": {
"athena": {
"command": "/path/to/.venv/bin/python",
"args": ["-m", "athena.mcp_server"],
"cwd": "/path/to/athena-mcp"
}
}
}MCP tools
Tool | Purpose |
| Installed/available CLIs, models, roles, ratings |
| Send a task to one provider ( |
| Run a prompt through a failover chain |
| Ask several agents in parallel |
| "Who should I call for this task?" β ratings Γ installed models Γ complexity |
| Re-scan CLI model catalogs |
| Per-provider call counters and token estimates |
How verification works
Orchestrator β Executor CLI β 10-topic report
β
βΌ
Verifier (cheapest available model,
never the executor's own provider)
checks git status/diff + cited files
β
TRUE βββββββββ΄ββββββββ FALSE
β β
accepted sent back to executor (1x)
β
TRUE ββββββ΄ββββ FALSE again
β β
accepted ESCALATE to orchestrator
(verdict + evidence + history)Documentation
π Architecture Β· MCP tools reference
π ζΆζ Β· MCP ε·₯ε ·εθ
Requirements
Python β₯ 3.10
At least one AI CLI installed (Codex, Claude Code, Cursor Agent, Antigravity, OpenCode, Ollamaβ¦)
Node.js (only for the dashboard dev server)
License
MIT Β© 2026 JoΓ£o Paulo
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP server that lets AI models invoke CLI agents (Gemini, Codex, Claude, OpenCode) as tools β with parallel execution, retries, and structured output parsing.Last updated54MIT
- AlicenseAqualityDmaintenanceMCP server orchestrating local CLI agents (Claude Code, OpenAI Codex, Google Gemini) for cross-validation, second opinions, and persona-driven prompting.Last updated18MIT
- AlicenseBqualityFmaintenanceA universal MCP server that automatically discovers and registers CLI tools as AI-powered agents with persona configuration, enabling any CLI tool to be used as an MCP tool.Last updated41MIT
- Alicense-qualityAmaintenanceMCP server that enables AI agents to run a deterministic orchestration loop with decomposition, subagent execution, and review feedback across multiple LLM backends.Last updated53MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JoaoPauloNA/athena'
If you have feedback or need assistance with the MCP directory API, please join our Discord server