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).
Run
npx -y @raymondchins/agentmap
MCP client config
{
"mcpServers": {
"agentmap": {
"command": "npx",
"args": [
"-y",
"@raymondchins/agentmap"
]
}
}
}