adr-skills
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANTHROPIC_API_KEY | No | Anthropic 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. |
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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| save_sessionC | Save a Claude Code development session to the database |
| generate_adrB | Analyze a saved session and auto-generate an ADR. Exports a markdown file and warns about similar past decisions. |
| update_adr_statusC | Update the status of an ADR: Proposed → Accepted → Deprecated → Superseded |
| search_decisionsC | Search past architectural decisions by keyword |
| get_timelineC | Get the decision timeline for a project |
| review_adrB | AI quality review of an ADR — scores completeness, flags missing context, unconsidered alternatives, and optimistic consequences |
| link_adrsB | Create a relationship between two ADRs: related_to, conflicts_with, or depends_on |
| get_adr_graphB | Visualize ADR dependency graph. Optionally scope to a single ADR. |
| check_stale_adrsB | Find Accepted ADRs that have not been reviewed in a while and may need revisiting |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/wooxogh/adr-mcp-setup'
If you have feedback or need assistance with the MCP directory API, please join our Discord server