Skip to content
VS Code

StackMap for VS Code

io.github.ship-with-ai/stackmap

Search 344 human-reviewed AI/agent repos and the 817 typed connections between them.

client:VS Code transport:stdio runtime:npm

Install StackMap in VS Code

.vscode/mcp.json

{
  "servers": {
    "stackmap": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@ship-with-ai/stackmap-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

StackMap in other clients