StackMap for Cursor
io.github.ship-with-ai/stackmap
Search 344 human-reviewed AI/agent repos and the 817 typed connections between them.
client:Cursor
transport:stdio
runtime:npm
Install StackMap in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"stackmap": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ship-with-ai/stackmap-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs