stack-advisor

stack-advisor

An MCP server that recommends tech stacks for your project. Describe what you're building and get a recommended stack with reasoning, tradeoffs, and what each layer should use.

Category
Visit Server

README

stack-advisor

An MCP server that recommends tech stacks for your project. Describe what you're building and get a recommended stack with reasoning, tradeoffs, and what each layer should use.

What it does

recommend_stack — describe your project, get 1-3 ranked stack recommendations each with:

  • Full layer breakdown (language, frontend, backend, database, devops, testing)
  • Why this stack fits your use case
  • Tradeoffs to be aware of
  • What it's not good for

list_stacks — see all available stack templates

Example prompts

  • "I'm building a SaaS dashboard for small businesses"
  • "What stack should I use for an AI/ML API?"
  • "Best stack for a cross-platform mobile app?"
  • "I need a high-performance Go API for a microservice"
  • "What are the tradeoffs of a serverless edge architecture?"

Add to Claude Desktop

{
  "mcpServers": {
    "stack-advisor": {
      "command": "npx",
      "args": ["-y", "@engineeringmatrixexplorer/stack-advisor"]
    }
  }
}

Add to Claude Code

claude mcp add stack-advisor -- npx -y @engineeringmatrixexplorer/stack-advisor

Available stacks

Stack Best for
Modern TypeScript Web App SaaS, dashboards, fullstack apps
Python AI/ML Backend AI APIs, ML inference, data pipelines
High-Performance Go API Microservices, high-traffic APIs
React SPA + Node Backend SPAs, JS-heavy frontends
Enterprise Node.js API Large teams, structured codebases
Serverless Edge App Global low-latency, Cloudflare Workers
Mobile App (React Native) iOS + Android cross-platform
Static Site / Content Site Blogs, docs, marketing, SEO

Requirements

  • Node.js 18+

Part of the MCP Developer Tools Bundle

This server is also available as part of a bundle with engineering-matrix-explorer and snippet-vault.

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured