{ "name": "@ship-with-ai/stackmap-mcp", "mcpName": "io.github.Ship-With-AI/stackmap", "version": "0.2.2", "description": "MCP server for StackMap — the curated map of the open-source AI stack. Search 344 human-reviewed repos across 21 topics, 817 typed relationships (complements / alternative / built_with), and the written why behind every connection.", "type": "module", "bin": { "stackmap-mcp": "index.mjs" }, "files": [ "index.mjs", "README.md" ], "engines": { "node": ">=18" }, "keywords": [ "mcp", "modelcontextprotocol", "ai", "agents", "stackmap", "curated", "knowledge-graph" ], "author": "ShipWithAI", "license": "MIT", "homepage": "https://stackmap.shipwithai.xyz", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "zod": "^3.24.0" }, "repository": { "type": "git", "url": "git+https://github.com/Ship-With-AI/stackmap-mcp.git" }, "bugs": { "url": "https://github.com/Ship-With-AI/stackmap-mcp/issues" } }