MCP Server
Active
MIT
Generate Tech Stack MCP Server
io.github.askuma/generate-tech-stack
What is the Generate Tech Stack MCP server?
Visual tech-stack inventory of any codebase: languages, frameworks, databases, AI SDKs, infra.
How to install Generate Tech Stack
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"generate-tech-stack": {
"command": "uvx",
"args": [
"generate-tech-stack-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"generate-tech-stack": {
"command": "uvx",
"args": [
"generate-tech-stack-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"generate-tech-stack": {
"command": "uvx",
"args": [
"generate-tech-stack-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"generate-tech-stack": {
"type": "stdio",
"command": "uvx",
"args": [
"generate-tech-stack-mcp"
]
}
}
}Claude Code
claude mcp add generate-tech-stack -- uvx generate-tech-stack-mcpRelated MCP servers
Workflow Generator
Active
Architecture diagram with concurrency capacity and bottleneck estimates from any codebase.
0
View repository →Python
MIT