agentmap for VS Code
io.github.raymondchins/agentmap
The TS/JS-accurate repo map for coding agents: ts-morph import/symbol/call graph + MCP query tools
client:VS Code
transport:stdio
runtime:npm
Install agentmap in VS Code
.vscode/mcp.json
{
"servers": {
"agentmap": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@raymondchins/agentmap"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs