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.

Install Server
A
license - permissive license
B
quality
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.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    An MCP server that enables AI-powered IDEs to implement a structured development workflow from requirements gathering to code implementation, guiding users through goal collection, requirements specification, design documentation, task planning, and execution.
    9
    12
    21
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Provides AI coding agents with five intelligence layers (dependency graph, git history, documentation, architectural decisions, code health) via nine MCP tools, enabling deep codebase understanding and reducing exploration cost.
    11
    5,825
    AGPL 3.0

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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