Athena
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., "@AthenaAdvise on handling errors gracefully in the checkout flow."
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
A project-aware, capability-driven advisory framework for AI coding assistants.
Athena is an AI Consultation Runtime. Cursor Composer owns execution; Athena owns consultation.
Features
Single MCP tool:
consult(advisor_type, question, session_context, mode)Capability-driven routing across Anthropic, OpenAI, and Ollama providers
Project memory with SQLite storage and git-based incremental indexing
Structured advisory responses for Composer to apply
Related MCP server: Spec-driven Development MCP Server
Quickstart
pip install -e ".[dev,providers]"
export ANTHROPIC_API_KEY=your-key
python -m athena.mcp_server.serverAdd the plugin MCP config from plugin/.mcp.json to your project's .cursor/mcp.json.
Documentation
Engineering specifications live in docs/specs/README.md.
Development
pip install -e ".[dev,providers]"
python3 -m pytest -q
python3 -m ruff check athena tests benchmarks
python3 benchmarks/run_baseline.pySee docs/extension-guide.md for adding providers, advisor profiles, capabilities, and strategy modes.
License
MIT — see LICENSE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/limitless235/Athena'
If you have feedback or need assistance with the MCP directory API, please join our Discord server