mcpbeat Sign in

Generate Tech Stack MCP Server

local only

Generate Tech Stack runs on your own machine — the client starts it, so there is no endpoint to ping. 72 installs a week from pypi. Last commit 27 Jul 2026.

Visual tech-stack inventory of any codebase: languages, frameworks, databases, AI SDKs, infra.

Installs per day peak 30 · avg 13 · -9% w/w
a month agotoday
72
Installs / week
pypi · generate-tech-stack-mcp
0
Stars
0 open issues
27 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command copilot/index.js:29
    const out = execSync(cmd, { timeout: 30_000 }).toString().trim();
                    subprocess.Popen([cmd, str(output_file)],

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add generate-tech-stack -- uvx generate-tech-stack-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "generate-tech-stack": {
      "args": [
        "generate-tech-stack-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.generate-tech-stack]
command = "uvx"
args = ["generate-tech-stack-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "generate-tech-stack": {
      "args": [
        "generate-tech-stack-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "generate-tech-stack": {
      "args": [
        "generate-tech-stack-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Generate Tech Stack

same job, measured the same way
patchwork — Codebase Conventions for AI Agents
by sainarayana-b

Scan any codebase, generate CONVENTIONS.md, expose conventions as MCP tools for AI agents.

115 installs/wk local only
AI Diagram Maker
by erajasekar

Generate software diagrams from natural language, code, ASCII, images, Mermaid.

47 installs/wk local only
Draw2agent
by zero-abd

Draw on your website, let your AI agent see it. Visual context for code generation via MCP.

49 installs/wk local only
Docuwriter
by docuwriter

Generate, search, and manage codebase documentation on DocuWriter.ai. 72 tools incl. Autopilot.

answering
AGENTS.md Generator
by nushey

Analyzes codebases with tree-sitter and generates AGENTS.md files for AI coding agents.

311 installs/wk local only
Coding Guides
by delian

Coding guidelines and best-practice guides for 130+ languages, frameworks, and tools.

1 tools answering
Timps Swarm
by sandeeprdy1729

161 AI agents for code gen, health, AI/ML, infra, India-stack. One command.

57 installs/wk local only
Memory for AI
by lonelytraderbay

Local codebase knowledge graph for AI agents — 162 languages, sub-ms queries, 99% fewer tokens.

234 installs/wk local only

Generate Tech Stack — questions

Answers built from our own checks of this server.

Why is there no uptime for Generate Tech Stack?
Generate Tech Stack runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package generate-tech-stack-mcp was installed 72 times last week.
How do I connect Generate Tech Stack?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls generate-tech-stack-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Generate Tech Stack?
The pypi package generate-tech-stack-mcp was installed 72 times in the last week. Week over week that is -9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Generate Tech Stack open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.