Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ADR_DIRNoDirectory where ADR markdown files livedocs/adr

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
adr_createC

Create a new ADR with the given title and optional content.

adr_readC

Read an ADR by number or title substring. Returns structured content.

adr_updateC

Overwrite an existing ADR with new markdown content.

adr_listC

List all ADRs, optionally filtered by status and/or type.

adr_searchC

Full-text search across all ADRs.

adr_update_statusD

Change the status of an existing ADR.

adr_supersedeB

Mark an ADR as superseded by another ADR, linking both.

adr_deprecateD

Deprecate an ADR with a reason.

adr_linkB

Add a bidirectional related link between two ADRs.

adr_historyC

Find ADRs matching a query, returned as a timeline sorted by date.

adr_diagramC

Generate or retrieve a diagram for an ADR.

adr_overviewC

Generate an overview diagram of all ADRs (optionally filtered by status).

adr_impactC

Find all ADRs that mention a component.

adr_dependenciesC

Build the dependency graph of ADRs, optionally filtered to one ADR's transitive deps.

adr_exportC

Export all ADRs to HTML.

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

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