archmcp

archmcp is a local MCP (Model Context Protocol) server that scans repositories and produces compact architectural snapshots (modules/symbols/dependencies/routes/architectural patterns). It runs as a stdio-based MCP server and can also generate one-shot snapshots via a CLI.

Evaluated Mar 30, 2026 (21d ago)
Repo ↗ DevTools mcp architecture-snapshot code-analysis static-analysis graph repo-discovery agent-tools go
⚙ Agent Friendliness
66
/ 100
Can an agent use this?
🔒 Security
48
/ 100
Is it safe for agents?
⚡ Reliability
32
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
85
Documentation
75
Error Messages
0
Auth Simplicity
100
Rate Limits
0

🔒 Security

TLS Enforcement
90
Auth Strength
40
Scope Granularity
0
Dep. Hygiene
50
Secret Handling
60

Intended as a local stdio MCP server (not a network service), so transport-layer concerns are reduced, but there’s no explicit guidance on sandboxing, filesystem access limits, or whether scanned content could include secrets. The README does not describe how credentials/secrets in scanned files are handled or redacted. Build-time/security hygiene depends on Go dependencies, but no CVE posture was provided.

⚡ Reliability

Uptime/SLA
0
Version Stability
50
Breaking Changes
50
Error Recovery
30
AF Security Reliability

Best When

You want to reduce “guessing” time for LLM-based code exploration by giving structured architectural facts up front, especially for unfamiliar or multi-language/multi-repo systems.

Avoid When

You need a production-grade, authenticated network API for end users; this tool is intended for local developer/agent workflows.

Use Cases

  • Provide upfront architecture context to an AI coding agent before it starts reading code
  • Generate cross-repo architectural context and query facts across multiple repositories (append mode)
  • Support architecture Q&A such as “what depends on what”, route discovery, and cycle/layer violation detection

Not For

  • A full documentation site or visualization dashboard
  • Replacing code search/reading/grep when implementation details are needed
  • Running as a remote hosted service (it’s designed to run locally as an MCP server)

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
No
Webhooks
No

Authentication

OAuth: No Scopes: No

No authentication described in the README. As a local stdio MCP server, access is constrained to the local MCP client connection model.

Pricing

Free tier: No
Requires CC: No

No pricing information provided; repository appears to be open-source (MIT) and local-run.

Agent Metadata

Pagination
none
Idempotent
True
Retry Guidance
Not documented

Known Gotchas

  • May ignore certain files by default (e.g., tests and docs, plus YAML/JSON configs). If relevant code/config is excluded, the snapshot may be incomplete.
  • Artifacts and caches are written to .archmcp by default; ensure paths and ignore rules match your workflow.
  • When doing multi-repo append mode, ensure you use consistent repo labeling and filters so queries target the right subset.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for archmcp.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-03-30.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered