Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Agentmap
A
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Agentmap

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

TS/JS-accurate repo map for coding agents: a ts-morph import/symbol graph, 8 MCP query tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "agentmap": {
      "command": "npx",
      "args": [
        "-y",
        "agentmap"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

agentmap β€” 98% fewer tokens for a coding agent to find your code

npm CI License: MIT node >= 20 1 runtime dependency zero network calls

agentmap

Your agent burns most of its context just finding code. This gives it the answer in one line.

Terminal
npx @raymondchins/agentmap --relates lib/db/schema.ts
Code
relates: lib/db/schema.ts  (pr 0.073744)
dependents (21): lib/types.ts, lib/utils.ts, lib/db/queries.ts,
                 components/chat/message.tsx, app/(chat)/api/chat/route.ts, …

Every file on that list really imports it. grep gets 40% of them wrong.


πŸ’Έ What it saves

Token cost of the hidden first step in every agent task β€” find the relevant code β€” on a real 154-file Next.js app (vercel/ai-chatbot, sha 2becdb4):

The agent needs to know…Reading filesagentmapSaved
Does a helper for this already exist?14,7401999.9%
Load the whole repo into context150,2811,12799.3%
What breaks if I change this file?81,03861699.2%
Where is this symbol defined?1,9502099%
What files make up this feature?6,1211,02583.3%
Give me a repo overview3,0651,12763.2%
What does this one file import?58351711.3%
All 7 combined257,7784,45198.3%

Holds on zod too (367 files, 99.2%) and taxonomy (125 files, 96.0%). Captured output, pinned shas β†’ benchmark/RESULTS.md

🎯 …and it's still right

Fewer tokens is worthless if they're the wrong ones. Separate eval, ground truth derived live from real repos:

agentmapgit grep
What depends on this file?100% precision59.9% precision
Where is this defined? (top-1)100%32%
Where is this defined? (top-3)100%80%
Tokens to find a definition1.9Γ— fewerβ€”

n=42 dependents / n=75 definitions across zod, zustand, hono. Re-run: npm run eval Β· method β†’ EVAL.md


⚑ The five commands

You wantRunSaves
"Do we already have this?"agentmap --find formatCurrency99.9%
"What breaks if I touch this?"agentmap --relates lib/auth.ts99.2%
"Where is this defined?"agentmap --find ChatMessage99%
"Give me the repo, cheap"agentmap --map --tokens 200099.3%
Don't want to pick?agentmap --any <anything>β€”

--any routes it for you: file β†’ symbol β†’ feature β†’ live content search.

Cold build ~1.2s. Cached query ~0.1s. No server, no vector DB, no API key.


πŸ”Œ Setup

Terminal
npx @raymondchins/agentmap --install-hooks   # rebuild on commit + steer the agent to the map
npx @raymondchins/agentmap --install-skill   # Claude Code Β· Cursor Β· Codex Β· Gemini Β· OpenCode Β· Copilot

Most repo-map tools stop at building the map. These two hooks are why it stays useful: the map rebuilds itself after every commit, and the agent gets nudged to the map the moment it reaches for a dependency-shaped grep. Claude Code users can get both from the plugin.

100% local. Zero network calls, zero telemetry β€” not one fetch/http in the source. ⚠️ Install the scoped name; unscoped npx agentmap is someone else's package.

Where the cache lives, and how it stays fresh

First run caches to .claude/agentmap/map.json (--install-hooks gitignores it). Later runs serve that cache only on a clean tree at an unchanged HEAD β€” with uncommitted .ts/.tsx/.js/… edits it silently rebuilds, so you never query a stale snapshot.

Code
$ npx @raymondchins/agentmap
agentmap: 154 files | 4 features | top hub: lib/utils.ts (deg 52, pr 0.105171)

From a checkout, every command also works as node agentmap.mjs ….


🧠 Why the answers are right

Built on ts-morph β€” the real TypeScript compiler, not text matching or tree-sitter guessing. It resolves tsconfig path aliases, vite/webpack aliases, #imports subpaths, and monorepo workspaces. Where grep sees a string, agentmap sees the resolved module.

That's also why barrels don't fool it: export * from "./x" looks identical to a real definition to a text search, so your agent edits the re-export and changes nothing. agentmap follows the chain and names the file that actually declares it.

The honest asterisks β€” read these before quoting a number
  • The win scales with the work. The 63% and 11% rows are the floor. A trivial single-file lookup can cost more than cat + grep β€” taxonomy's file-import task hit βˆ’313%, and it stays in the table.
  • The 98.3% headline is carried by its two biggest rows β€” repo dump (150,281 β†’ 1,127) and blast radius (81,038 β†’ 616). Drop the repo dump and it's 96.9%; drop both and it's 89.8% here, 93.7% pooled across all three repos, and 73.1% on the smallest one. All of those are real β€” they answer different questions. The headline is the common worst case: an agent dumping the repo at session start.
  • --relates returns the full blast radius, so it costs more than a bare grep -l file list. That's why the same command reads as 99.2% saved in the benchmark and more expensive in the eval: the benchmark's baseline is an agent that cats all 65 dependent files, the eval's is a file list nobody reads. Against the list, agentmap trades tokens for precision β€” 100% vs 59.9%, so ~4 in 10 files on the grep list don't belong. Complete-and-correct over short-and-wrong, but it is a trade β†’ EVAL.md.
  • Numbers are context-token volume, not answer quality or wall-clock.
  • Token counts are estimates (chars / 4), applied identically to both sides.
  • TypeScript/JavaScript only (+ Vue SFC) β€” see Scope & limitations.

Why it's different

Many "repo context" tools are a photocopy: they dump your repository (or a slice of it) into the prompt once and walk away β€” the copy goes stale the moment you edit a file, and nothing makes the agent actually read it. agentmap is queryable and ranked instead: the agent interrogates it flag-by-flag rather than swallowing a dump.

It also reports an edgeCoverage map-health signal and warns loudly when a repo's imports mostly don't resolve, so a broken map is never quietly framed as success.

The self-refreshing side β€” a post-commit rebuild plus a PreToolUse hook that steers the agent to the map before it serial-greps β€” is genuinely useful, but it isn't unique: CodeGraph (colbymchenry/codegraph, ~62kβ˜… (2026-07-26)) ships a native OS-event file watcher (FSEvents/inotify) with debounced auto-sync and an installer that auto-configures eight agent CLIs. agentmap's honest edge over the multi-language graph tools is narrower and sharper: TS/JS resolution the others approximate, with a published accuracy eval.

agentmapAider repo mapRepoMapperRepomixcode2prompt
Ranking algorithmPersonalized PageRank (file + symbol graphs)PageRank (graph ranking)Importance heuristicsNone (file order)None (file order)
LanguagesTS/JS + Vue SFC (via ts-morph)Many (tree-sitter)Many (tree-sitter)Language-agnostic (text)Language-agnostic (text)
Token-budget outputYes β€” --map [--tokens N] ranked digestYes (built into Aider's context)PartialYes (size caps)Yes (templates/caps)
TS/JS resolution depthCompiler-grade β€” tsconfig paths + vite/webpack alias + #imports + workspaces (ts-morph)Basename/regex heuristicsBasename/regex heuristicsN/A (text)N/A (text)
Retrieval-accuracy evalYes β€” published EVAL.md vs live ground truthNoNoNoNo
Agent-loop wiringYes β€” post-commit auto-refresh + PreToolUse hookIn-process (Aider only)NoMCP server (no auto-refresh, no nudge)No
Dependenciests-morph onlyPython + tree-sitter stackPython + tree-sitterNodeRust binary
Installnpx @raymondchins/agentmappip install aider-chatpip installnpx/globalcargo/binary

Comparison as of 2026-07-27, from each project's own docs. These are moving targets β€” if a cell is out of date, that's a bug: open an issue.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • TokenSave logoTokenSave

    Code intelligence for 15+ languages: semantic graph queries instead of file reads. 37 MCP tools.

    πŸ’» Developer Tools0 views
    Compare vs TokenSave β†’
  • Builderforce logoBuilderforce

    Run tickets, boards, OKRs and cloud coding agents in your Builderforce workspace

    πŸ’» Developer Tools1 views
    Compare vs Builderforce β†’
  • HeyClaude β€” Claude & AI workflow directory logoHeyClaude β€” Claude & AI workflow directory

    Search the HeyClaude directory of Claude Code agents, MCP servers, skills, and tools.

    πŸ’» Developer Tools0 views
    Compare vs HeyClaude β€” Claude & AI workflow directory β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Agentmap

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "agentmap": { "command": "npx", "args": ["-y", "agentmap"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAgentmap AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/agentmap?style=directory)](https://allmcps.com/mcp/agentmap)
HTML Embed
<a href="https://allmcps.com/mcp/agentmap"><img src="https://allmcps.com/api/badge/agentmap?style=directory" alt="Agentmap on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Agentmap β†’Install in Claude DesktopInstall in CursorInstall in VS Code