Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_ARCHITECT_ROOTNoOptional: set to a fixed repository path so tools default to that root.

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
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 target? Walks the import graph backwards to list direct importers and the full transitive blast radius, and flags whether the target is a high-risk hub. Use before editing/refactoring a module.

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

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/kannajune/mcp-architect'

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