Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”’ Delivery
  3. MCP Architect
MCP Architect logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 9:01:14 PM

MCP Architect

User RatingsBe the first to rate and review this MCP server!
View Repository3 GitHub StarsTotal stargazers on GitHub for the source repository (3 stars).Visit Website
code-analysisarchitecturedeveloper-toolsdependency-graphmcp

Maps a local codebase's architecture, dependencies, impact areas, and file-level risk without API keys.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "kannajune-mcp-architect": {
      "command": "uvx",
      "args": [
        "mcp-architect"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (5) Directory Badge Claim listing Alternatives๐Ÿ”’ More in Delivery

Overview

The kannajune/mcp-architect MCP server analyzes local codebases and exposes architectural findings to MCP-compatible AI assistants. It reports technology stacks, entry points, internal imports, dependency cycles, change impact, hotspots, and file or folder structure. Analysis runs locally with no network calls, telemetry, API keys, or model download, using AST parsing for Python and import parsing for JavaScript and TypeScript. Reach for it when an assistant needs architectural context before modifying an unfamiliar repository.

Use cases

โ€ขInspect an unfamiliar repository before making changes
โ€ขTrace the blast radius of a module change
โ€ขFind circular dependencies and architectural hubs
โ€ขPrioritize complex or frequently changed files
โ€ขExplain a folder's classes, functions, and dependencies

Key features

โ€ขLocal codebase architecture over MCP
โ€ขInternal dependency graphs with cycle detection
โ€ขTransitive impact analysis
โ€ขRisk and hotspot ranking
โ€ขFile and folder structural summaries
โ€ขPython, JavaScript, and TypeScript analysis

Capabilities & Tool Schemas (5) ~104 tokensApproximate context cost of this serverโ€™s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server โ€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Architect.

architecture_overview

Languages, frameworks, ecosystems, size, topโ€‘level structure, entry points

dependency_graph

Internal import graph, architectural hubs, **circular dependencies

impact_analysis

What breaks if you change X** โ€” direct importers + transitive blast radius, hub risk

hotspots

Largest / most complex / mostโ€‘changed (git) / highestโ€‘risk files

explain

Deepโ€‘dive a folder or file: classes, functions, external deps

How MCP Architect works

What the kannajune/mcp-architect MCP server does

The kannajune/mcp-architect MCP server gives an MCP client structured information about a local repository instead of requiring an assistant to infer architecture from a pasted file tree. It can identify languages, frameworks, ecosystems, repository size, top-level directories, and likely entry points. It also describes internal module relationships and provides summaries of the classes, functions, and external dependencies found in a selected file or folder.

The analysis is intended for architectural orientation and coding decisions. For example, an assistant can inspect which modules depend on a target before proposing a change, or find files that deserve review because they are large, complex, frequently changed, or otherwise risky.

How it works

The server runs on the developer's machine and reads the selected codebase locally. It does not send source code over the network, use telemetry, call an external API, or require an LLM. Python files receive full AST-based analysis. JavaScript and TypeScript imports are parsed for dependency information, while file and line-count statistics are available across more than 25 languages.

Its dependency and complexity results are heuristic. They are designed to provide fast situational awareness rather than replace a dedicated static-analysis system. The analysis package can also be imported independently as a Python library, including functions such as get_overview and get_dependency_graph.

Setup and configuration

Install the package with pip install mcp-architect, or let an MCP client retrieve and run it with uvx mcp-architect. A client configuration needs a server entry using the uvx command and mcp-architect as its argument. The README specifically documents compatibility with Claude Desktop, Cursor, Windsurf, and Cline.

Set MCP_ARCHITECT_ROOT in the server environment when tools should default to one fixed repository and callers should be able to omit paths. Otherwise, tools can receive repository paths directly. No API key, model download, or additional credential is required.

Tools and capabilities

The kannajune/mcp-architect MCP server exposes these MCP tools:

  • architecture_overview reports languages, frameworks, ecosystems, repository size, top-level structure, and entry points.
  • dependency_graph builds an internal import graph, identifies highly depended-upon modules, and checks for circular dependencies.
  • impact_analysis lists direct importers, transitive change reach, and hub-related risk for a selected target.
  • hotspots ranks files by size, complexity, Git change history, and calculated risk.
  • explain examines a file or folder and summarizes its classes, functions, and external dependencies.

Together, these tools support repository orientation, dependency review, change-impact questions, and prioritization of files for inspection.

Limitations and notes

The documented import-graph support is strongest for Python, JavaScript, and TypeScript. The roadmap lists Go, Rust, and Java import graphs as future work, so those languages should not be assumed to have equivalent dependency analysis. Layered-boundary checks, architecture comparisons, and optional local-LLM narratives are also listed as planned rather than current capabilities.

The project is released under the MIT license. Its runtime is described as using the MCP SDK plus Python standard-library analysis components, and the repository targets Python 3.10 or newer.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Delivery View all alternatives
  • Claw Tsaver logoClaw Tsaver

    Token-saving MCP proxy that intercepts oversized tool returns and replaces them with a preview + on-demand handle. Real benchmark: 11,507 tokens โ†’ 104 tokens (99.1% saved) on a Wikipedia fetch. Works with OpenClaw + Claude.

    ๐Ÿ”’ Delivery3 views
    Compare vs Claw Tsaver โ†’
  • Reactuse logoReactuse

    MCP server for the ReactUse library โ€” 110+ React Hooks (TypeScript-first, SSR-compatible, tree-shakable). Lets AI assistants discover hook signatures, demos, and usage patterns directly from the docs.

    ๐Ÿ”’ Delivery4 views
    Compare vs Reactuse โ†’
  • Warp Agent MCP logoWarp Agent MCP

    Book real LTL/FTL/van/box-truck freight through the Warp network. 20 tools, in-chat login, Stripe-charged bookings, real carrier dispatch. Live demo at wearewarp.com/agents/mcp.

    ๐Ÿ”’ Delivery2 views
    Compare vs Warp Agent MCP โ†’
  • Qa Probe logoQa Probe

    Probes your live API and classifies why each endpoint failed (root cause + evidence + calibrated confidence) over MCP, so your AI assistant debugs from evidence instead of guessing. Deterministic rules, no black box. Works with FastAPI, Express, Next.js, tRPC, and GraphQL. npm i -g qa-probe

    ๐Ÿ”’ Delivery2 views
    Compare vs Qa Probe โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
3
Stargazers on the source repository.
Last commit
2mo ago
Most recent push to the default branch.
Tools exposed
5
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Architect

Run `pip install mcp-architect`, or configure an MCP client to run `uvx mcp-architect`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Architect AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/kannajune-mcp-architect?style=directory)](https://allmcps.com/mcp/kannajune-mcp-architect)
HTML Embed
<a href="https://allmcps.com/mcp/kannajune-mcp-architect"><img src="https://allmcps.com/api/badge/kannajune-mcp-architect?style=directory" alt="MCP Architect on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”’Delivery
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimePython
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf, Cline / VS Code
Last updatedSep 7, 2026
11/11 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars3
GitHub Star CountTotal stargazers on GitHub representing community popularity (3 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 18, 2026
55Quality signal: Good ยท 55/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools28/30
Adoption & activity3/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev ยท mcp-architect (PyPI)

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”’ Delivery โ†’Alternatives to MCP Architect โ†’Install in Claude DesktopInstall in CursorInstall in VS Code