Back to Browse

Stackmap MCP Server

Developer ToolsModerate5.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

Search 344 human-reviewed AI/agent repos and the 817 typed connections between them.

About

Search 344 human-reviewed AI/agent repos and the 817 typed connections between them.

Security Report

5.7
Moderate5.7Moderate Risk

Clean, well-structured MCP server with no authentication requirements (by design for a read-only catalog query service). The server fetches data from a static API endpoint, implements proper input validation with Zod schemas, and contains no malicious patterns, credential handling issues, or dangerous operations. Permissions are appropriately scoped to network reads and environment variable access, which is standard for this category. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.

3 files analyzed · 8 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-ship-with-ai-stackmap": {
      "args": [
        "-y",
        "@ship-with-ai/stackmap-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

@ship-with-ai/stackmap-mcp

Query StackMap — the curated map of the open-source AI stack — from any MCP client. 344 repos across 21 topics, 817 connections, every one typed (complements / alternative / built_with) and human-reviewed, with the why written down — including when NOT to use a tool.

No auth. No state. No telemetry. Reads the site's static JSON API; the catalog is date-versioned (v2026.07.24 style) so you always know how fresh the map is.

Install

Claude Code

claude mcp add stackmap -- npx -y @ship-with-ai/stackmap-mcp

Cursor.cursor/mcp.json:

{ "mcpServers": { "stackmap": { "command": "npx", "args": ["-y", "stackmap-mcp"] } } }

Codex CLI~/.codex/config.toml:

[mcp_servers.stackmap]
command = "npx"
args = ["-y", "stackmap-mcp"]

Tools

ToolWhat it answers
search_catalog"What's on the map for local voice transcription?"
get_repo"Tell me about langgraph — including when NOT to use it."
get_alternatives"What replaces crewai, and when do I pick which?"
continue_stack"I use langgraph + chroma — what pairs well next?"
build_stack"Build me a starter stack for a local-first RAG pipeline over PDFs."

Every answer carries the curator's written why — the sentence a colleague would tell you over your shoulder, not a link dump.

How the data is made

Nothing on the map auto-publishes: an LLM proposes, a human approves, sharpens, or refuses — and both the refusal ledger and the dismissal ledger are public. Suggest a repo at /suggest; dispute any edge from its repo page.

MIT · by ShipWithAI

Reviews

No reviews yet

Be the first to review this server!