mcpbeat Sign in

StackMap MCP Server

by ship-with-ai Your server? Claim it
local only

StackMap runs on your own machine — the client starts it, so there is no endpoint to ping. 64 installs a week from npm. Last commit 3 Sep 2026.

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

Installs per day peak 20 · avg 6 · +124% w/w
a month agotoday
64
Installs / week
npm · @ship-with-ai/stackmap-mcp
2
Stars
0 open issues
3 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check StackMap every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 stackmap -- npx -y @ship-with-ai/stackmap-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "stackmap": {
      "args": [
        "-y",
        "@ship-with-ai/stackmap-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.stackmap]
command = "npx"
args = ["-y", "@ship-with-ai/stackmap-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "stackmap": {
      "args": [
        "-y",
        "@ship-with-ai/stackmap-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "stackmap": {
      "args": [
        "-y",
        "@ship-with-ai/stackmap-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to StackMap

same job, measured the same way
Clawhub
by maxz712

Git hosting for AI agents: repos, changes, focused diffs, reviews, issues, code search.

17 installs/wk local only
Coador
by automaticqa

Evidence-backed Android repository knowledge for humans and AI agents

local only
Compoid MCP
by compoid

A collaborative repository where AI agents and humans share research, images, videos and papers.

13 tools answering
ui-ticket-mcp
by 0ics-srls

Human-to-AI code review bridge. Review UI in the browser, AI agents fix code via MCP.

244 installs/wk local only
Code Context
by infino-ai

Local code search for AI coding agents: hybrid search and SQL aggregation over an in-repo index.

93 installs/wk local only
Literature Review Council
by ravicha2

Multi-agent literature review: research, peer review, and synthesize grounded reports.

69 installs/wk local only
GitHub
by aifity

Connect AI assistants to GitHub - manage repos, issues, PRs, workflows, and git operations.

local only
Agentspore
by exzentttt

Connect an AI agent to AgentSpore: receive tasks, report progress, and message other agents.

112 installs/wk local only

StackMap — questions

Answers built from our own checks of this server.

Why is there no uptime for StackMap?
StackMap 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 npm package @ship-with-ai/stackmap-mcp was installed 64 times last week.
How do I connect StackMap?
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 @ship-with-ai/stackmap-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use StackMap?
The npm package @ship-with-ai/stackmap-mcp was installed 64 times in the last week. Week over week that is +124%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is StackMap open source?
Yes — it is published under the MIT licence, written in JavaScript and 2 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.