mcp-architect
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_ARCHITECT_ROOT | No | Optional: set to a fixed repository path so tools default to that root. |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| architecture_overviewA | High-level map of a codebase: languages, frameworks, size, structure, and entry points. Start here to understand an unfamiliar repo. Args: path: Repo path to analyze. Relative to the server's working directory (or MCP_ARCHITECT_ROOT if set). Defaults to the whole project. |
| dependency_graphA | Map how internal modules import each other, the most-depended-upon modules, and any circular dependencies. Use to understand coupling. Args: path: Repo path to analyze. language: 'auto', 'python', or 'js'/'ts'. |
| impact_analysisA | What could break if you change Args: target: Module or file to analyze, e.g. "app/core/db.py" or "app.core.db". If omitted, returns the highest-impact modules to pick from. path: Repo root. language: 'auto', 'python', or 'js'/'ts'. |
| hotspotsA | Find the files most worth attention: largest, most complex, most frequently changed (git), and highest combined risk. Args: path: Repo path to analyze. top: How many files per category (default 10). |
| explainA | Deep-dive a single folder or file: its files, public classes/functions, and external dependencies. Args: path: Repo root. module: Sub-path within the repo (folder or file) to explain. |
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/kannajune/mcp-architect'
If you have feedback or need assistance with the MCP directory API, please join our Discord server