Athena
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANTHROPIC_API_KEY | Yes | Your Anthropic API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| consultC | Consult Athena for expert engineering advice. Advisor types include architecture, security, debugging, planning, review, optimization, documentation. |
| athena_statusA | Return Athena project memory and provider status |
| athena_indexC | Trigger project memory indexing |
| athena_rememberC | Persist a design decision to project memory |
| get_consultation_historyC | Retrieve prior consultations |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| architecture-review | Consult Athena advisor 'architecture' |
| security-audit | Consult Athena advisor 'security' |
| debugging-assist | Consult Athena advisor 'debugging' |
| planning-review | Consult Athena advisor 'planning' |
| code-review | Consult Athena advisor 'review' |
| optimization-review | Consult Athena advisor 'optimization' |
| documentation-review | Consult Athena advisor 'documentation' |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Advisor Profiles | Available Athena advisor profiles |
| Athena Status | Project memory and provider status |
TDQS
Scored across 5 tools
Each tool has a distinct purpose: indexing, remembering decisions, checking status, consulting, and viewing history. No overlap in functionality.
Three tools follow the 'athena_verb' pattern, but 'consult' and 'get_consultation_history' break the pattern with different prefixes, introducing inconsistency.
Five tools is a well-scoped set for a project memory and expert advisor server, covering core operations without being excessive.
The surface covers essential memory and consulting operations, but could include update/delete for memories or clearing consultation history for full lifecycle coverage.