Skip to main content
Glama

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.server

Add 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.py

See docs/extension-guide.md for adding providers, advisor profiles, capabilities, and strategy modes.

License

MIT — see LICENSE.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

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