{"_id":"@aidotnet/codegraph-mcp","name":"@aidotnet/codegraph-mcp","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@aidotnet/codegraph-mcp","version":"1.0.0","description":"Code intelligence MCP server for symbol search, call graphs, impact analysis, and source context.","type":"module","bin":{"opencowork-codegraph-mcp":"bin/opencowork-codegraph-mcp.mjs"},"engines":{"node":">=18"},"os":["darwin","linux","win32"],"cpu":["arm64","x64"],"keywords":["mcp","model-context-protocol","code-intelligence","code-graph","dotnet"],"license":"MIT","author":{"name":"AIDotNet"},"homepage":"https://github.com/AIDotNet/CodeGraph","repository":{"type":"git","url":"git+https://github.com/AIDotNet/CodeGraph.git"},"bugs":{"url":"https://github.com/AIDotNet/CodeGraph/issues"},"publishConfig":{"access":"public"},"_id":"@aidotnet/codegraph-mcp@1.0.0","_integrity":"sha512-P5p+aY1+wPF/Rj0+loVX7RKzer2a8cPLJLqJbfBoLKCcZ84+p+a9xKp4duZzDXctNJlBRndPTiUreuO48f5V4w==","_resolved":"/Users/token/Desktop/code/OpenCowork/sidecars/codegraph/artifacts/npm/tarballs/aidotnet-codegraph-mcp-1.0.0.tgz","_from":"file:artifacts/npm/tarballs/aidotnet-codegraph-mcp-1.0.0.tgz","_nodeVersion":"24.16.0","_npmVersion":"12.0.1","dist":{"integrity":"sha512-P5p+aY1+wPF/Rj0+loVX7RKzer2a8cPLJLqJbfBoLKCcZ84+p+a9xKp4duZzDXctNJlBRndPTiUreuO48f5V4w==","shasum":"b11a75c8c94ed599458aabcdcf37ccdebdd46c30","tarball":"https://registry.npmjs.org/@aidotnet/codegraph-mcp/-/codegraph-mcp-1.0.0.tgz","fileCount":165,"unpackedSize":280448893,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFPMxssYiMakDyn/qqgMDUMeOpQwI3itWGMakGIjq0LsAiEA/uSdjgQFrNctlq4xyMe/zrKNT3jRy4n7NL0PTMg7Bjs="}]},"_npmUser":{"name":"aidotnet","email":"token@routin.ai"},"directories":{},"maintainers":[{"name":"aidotnet","email":"token@routin.ai"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/codegraph-mcp_1.0.0_1784985043873_0.48085486224071117"},"_hasShrinkwrap":false}},"time":{"created":"2026-07-25T13:10:43.724Z","1.0.0":"2026-07-25T13:10:44.419Z","modified":"2026-07-25T13:10:44.633Z"},"maintainers":[{"name":"aidotnet","email":"token@routin.ai"}],"description":"Code intelligence MCP server for symbol search, call graphs, impact analysis, and source context.","homepage":"https://github.com/AIDotNet/CodeGraph","keywords":["mcp","model-context-protocol","code-intelligence","code-graph","dotnet"],"repository":{"type":"git","url":"git+https://github.com/AIDotNet/CodeGraph.git"},"author":{"name":"AIDotNet"},"bugs":{"url":"https://github.com/AIDotNet/CodeGraph/issues"},"license":"MIT","readme":"# OpenCowork CodeGraph MCP\n\nCode intelligence over MCP: symbol search, source context, callers/callees, call paths,\nimpact analysis, and indexed file browsing.\n\n## Requirements\n\n- Node.js 18 or later\n- .NET 10 runtime\n- macOS, Linux, or Windows on x64/arm64\n\n## Run with npx\n\n```bash\nnpx -y @aidotnet/codegraph-mcp@1.0.0 \\\n  --project /absolute/path/to/project\n```\n\nMCP client configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"codegraph\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"@aidotnet/codegraph-mcp@1.0.0\",\n        \"--project\",\n        \"/absolute/path/to/project\"\n      ]\n    }\n  }\n}\n```\n\n`--project` is optional. The server falls back to `CODEGRAPH_PROJECT_PATH`, then the\nprocess working directory. Set `CODEGRAPH_MCP_TOOLS` to a comma-separated tool allowlist;\nwithout it, the advertised surface contains only `codegraph_explore`.\n\nThe first tool call automatically creates the local index. Large projects may return an\nindex-in-progress message; retry after indexing finishes.\n\n## License\n\nMIT\n","readmeFilename":"README.md","_rev":"1-b6a3162ba32f8cdf3e3d6c2e5ac80331"}