Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ARCH_DRIFT_ALLOWED_ROOTSYesA list of allowed project root directories that the MCP server can access. Must be set to the paths you want the server to examine.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
create_auditC

Create a bounded audit and persist its redacted architecture objective.

list_auditsA

List persisted audits without reading their project trees.

get_auditB

Return the current source, claim, fact, comparison, and proposal snapshot.

discover_sourcesB

Refresh the bounded project inventory and invalidate derived stale records.

extract_claimsA

Extract claims and reject every host claim without a valid line citation.

extract_factsA

Extract current implementation facts from discovered non-documentation files.

compare_driftC

Compare normalized claims and facts; absence remains suspected or unknown.

adjudicate_driftB

Ask the host model to adjudicate drift using only cited, known claim and fact IDs.

propose_doc_patchesA

Generate cited review-only document replacements without writing project files.

build_drift_reportA

Write a redacted Markdown and JSON report in the external audit state directory.

Prompts

Interactive templates invoked by user choice

NameDescription
audit_prompt

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/efficjump/architecture-drift-mcp'

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