Visual tech-stack inventory of any codebase: languages, frameworks, databases, AI SDKs, infra.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Scan any project and generate a visual TECH_STACK.html page β light/dark theme, auto-adapting, zero config.
Works as a Claude Code skill, MCP server, or GitHub Copilot Extension.
Live demo β β generated from fastapi/full-stack-fastapi-template, unmodified.

(real CLI output, unscripted β static screenshot if you'd rather not autoplay)
Every generated page contains:
| Section | Description |
|---|---|
| Stat row | Total tools Β· Categories Β· AI Backends Β· Data Stores |
| Architecture diagram | Layered flow diagram (Consumer β API β AI/NLP β Data/Obs/Frontend) |
| Bar chart | Horizontal bars per category, colour-matched |
| Tool cards | One card per category; each tool shows a dot, name, description, and badge |
| Badge legend | Explains pip, dep, optional, core, deploy, ci, etc. |
| Footer | Project name Β· tool count Β· generation date |
| Guided tour | Spotlight walkthrough of every section, shown automatically the first time a report is opened; replay anytime with the ? button |
| Theme toggle | Sun/moon button next to the tour button switches between dark and light mode |
With pip installed, any MCP host config reduces to:
Run it from any project directory. The skill calls scripts/analyze.py and opens the result in your browser.
Add to your host's MCP config (replace the path with your actual home directory):
Then ask: generate my tech stack or /generate-tech-stack.
MCP tools exposed:
generate_tech_stack β scans a project, writes TECH_STACK.html, opens in browserlist_tech_stack β returns a JSON summary, no file writtenRegister a GitHub App with Copilot Extension enabled, set the Agent URL to https://your-url/agent, and install it on your account. Then in Copilot Chat:
analyze.py has no third-party dependencies β just Python 3.8+.
| Source file | Detected tools |
|---|---|
requirements.txt / pyproject.toml | Python packages (web, DB, AI, testing, observability, securityβ¦) |
package.json | Node / npm packages (frameworks, frontend, DB drivers, tooling) |
go.mod | Go language |
Cargo.toml | Rust language |
pom.xml / build.gradle | Java / Kotlin |
Gemfile | Ruby |
composer.json | PHP |
**/*.py source | Optional/dynamic SDKs via importlib.find_spec() patterns |
docker-compose.yml / .env | PostgreSQL, Redis, MongoDB, SQLite connection strings |
Dockerfile | Docker |
docker-compose.yml | Docker Compose |
.github/workflows/ | GitHub Actions |
.gitlab-ci.yml | GitLab CI |
alembic.ini | Alembic migrations |
nginx.conf / Caddyfile | Reverse proxy |
tsconfig.json / src/**/*.ts | TypeScript |
| Category | Colour | Examples |
|---|---|---|
| Language & Runtime | Green | Python, Go, Rust, TypeScript |
| Web / API Framework | Purple | FastAPI, Express, Django, Next.js |
| Database / Storage | Green | SQLAlchemy, Prisma, Redis, ChromaDB |
| AI SDKs | Blue | OpenAI, Anthropic, LangChain, GuardrailsAI, NVIDIA NeMo, Presidio |
| NLP / ML | Teal | spaCy, Transformers, Sentence Transformers |
| Observability | Teal | Prometheus, OpenTelemetry, Sentry, Loguru |
| Testing | Yellow | pytest, Jest, Cypress, Playwright |
| Security / Auth | Rose | PyJWT, bcrypt, Authlib, Helmet |
| Infrastructure / Deploy | Orange | Docker, Kubernetes, Celery, Boto3 |
| Frontend / Dashboard | Gray | React, Vue, Tailwind, Recharts |
| Messaging / Comms | Blue | Kafka, RabbitMQ, Socket.io |
| Dev Tools | Gray | ESLint, Prettier, Vite, TypeScript |
Dark by default with a light-mode toggle (top-right corner, no persistence β resets to dark on reload). Fonts: IBM Plex Sans (body) + JetBrains Mono (code/badges), loaded from Google Fonts. Vanilla JS powers the guided tour and theme toggle only β everything else is plain HTML + CSS. Self-contained single file, opens in any browser offline.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/generate-tech-stack)<a href="https://allmcps.com/mcp/generate-tech-stack"><img src="https://allmcps.com/api/badge/generate-tech-stack?style=directory" alt="Generate Tech Stack on AllMCPs" /></a>