Odel
agentmap

agentmap

Local
@raymondchins46JavaScriptMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@raymondchins/agentmapv0.22.0

Run

npx -y @raymondchins/agentmap

MCP client config

{
  "mcpServers": {
    "agentmap": {
      "command": "npx",
      "args": [
        "-y",
        "@raymondchins/agentmap"
      ]
    }
  }
}