Architecture Drift MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ARCH_DRIFT_ALLOWED_ROOTS | Yes | A 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
| 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 |
|---|---|
| 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
| Name | Description |
|---|---|
| audit_prompt |
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/efficjump/architecture-drift-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server