Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ANTHROPIC_API_KEYNoAnthropic API key used for AI-powered ADR generation (via Claude Opus) and quality review. If not provided, the server falls back to keyword-based extraction and review tools become unavailable.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
save_session

Save a Claude Code development session to the database

generate_adr

Analyze a saved session and auto-generate an ADR. Exports a markdown file and warns about similar past decisions.

update_adr_status

Update the status of an ADR: Proposed → Accepted → Deprecated → Superseded

search_decisions

Search past architectural decisions by keyword

get_timeline

Get the decision timeline for a project

review_adr

AI quality review of an ADR — scores completeness, flags missing context, unconsidered alternatives, and optimistic consequences

link_adrs

Create a relationship between two ADRs: related_to, conflicts_with, or depends_on

get_adr_graph

Visualize ADR dependency graph. Optionally scope to a single ADR.

check_stale_adrs

Find Accepted ADRs that have not been reviewed in a while and may need revisiting

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/wooxogh/adr-mcp-setup'

If you have feedback or need assistance with the MCP directory API, please join our Discord server