mcpbeat Sign in

Agentmap MCP Server

by raymondchins Your server? Claim it
local only

Agentmap runs on your own machine — the client starts it, so there is no endpoint to ping. 194 installs a week from npm. Last commit 13 Aug 2026.

The TS/JS-accurate repo map for coding agents: ts-morph import/symbol/call graph + MCP query tools

Installs per day peak 84 · avg 39 · +16% w/w
a month agotoday
194
Installs / week
npm · @raymondchins/agentmap
48
Stars
1 open issues
13 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 18 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.

const sh = (c) => { try { return execSync(c, { stdio: ["ignore", "pipe", "ignore"], maxBuffer: MAXBUF }).toString().trim(); } catch { return ""; } };
Touches key and credential files agentmap.mjs:274, [пакет] agentmap.mjs:274
  ":!*.pem", ":!*.key", ":!*.p12", ":!*.pfx", ":!*.crt", ":!id_rsa*",

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

Alternatives to Agentmap

same job, measured the same way
Forensic Deepdive
by dhevenddra

Persistent code knowledge graph + 9 composite MCP tools for AI coding agents.

147 installs/wk local only
CodeMap
by bbajt

Roslyn-powered MCP server for C#/VB.NET. Query symbols, call graphs, and facts. 90%+ token savings.

local only
AI Architect MCP Codebase
by cdeust

Codebase intelligence MCP — index any repo into a property graph; 26 tools for agents.

local only
Graphlens MCP
by neko1313

Semantic code graph MCP server for coding agents

162 installs/wk local only
Automatised Pipeline
by cdeust

Codebase intelligence MCP server — index any repo into a property graph; 26 tools for agents.

local only
CogniRepo
by ashlesh-t

FAISS, call graph, AST, BM25 — 34 MCP tools for AI agents. 50-80% token reduction. Offline.

237 installs/wk local only
Droste
by lorismascio17

Local code-memory graph for AI coding agents.

119 installs/wk local only
M1nd
by maxkle1nz

The shell around your coding agent: a neuro-symbolic code graph with calibrated trust, via MCP.

78 installs/wk local only

Agentmap — questions

Answers built from our own checks of this server.

Why is there no uptime for Agentmap?
Agentmap 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 @raymondchins/agentmap was installed 194 times last week.
How do I connect Agentmap?
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 @raymondchins/agentmap straight from npm; nothing to host, nothing to sign up for.
How many people use Agentmap?
The npm package @raymondchins/agentmap was installed 194 times in the last week. Week over week that is +16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agentmap open source?
Yes — it is published under the MIT licence, written in JavaScript, 48 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.