SkillAgentSearch skills...

code-graph-mcp

AST knowledge graph MCP server for Claude Code — semantic search, call graph traversal, HTTP route tracing, impact analysis. Auto-indexes 10 languages via Tree-sitter.

Install / Use

claude mcp add sdsrss -- npx -y github:sdsrss/code-graph-mcp

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

59/100

Supported Platforms

Claude Code
Claude Desktop

Tags

{ "name": "@sdsrs/code-graph", "version": "0.129.0", "description": "MCP server that indexes codebases into an AST knowledge graph with semantic search, call graph traversal, and HTTP route tracing", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/sdsrss/code-graph-mcp.git" }, "keywords": [ "mcp", "code-graph", "ast", "knowledge-graph", "semantic-search", "tree-sitter", "code-analysis", "call-graph" ], "bin": { "code-graph": "bin/cli.js", "code-graph-mcp": "bin/cli.js" }, "files": [ "bin/cli.js", "README.md", "claude-plugin", "!claude-plugin/**/*.test.js" ], "scripts": { "build": "cargo build --release --no-default-features && node scripts/copy-binary.js", "prepare": "node scripts/setup-git-hooks.js" }, "engines": { "node": ">=16" }, "optionalDependencies": { "@sdsrs/code-graph-linux-x64": "0.129.0", "@sdsrs/code-graph-linux-arm64": "0.129.0", "@sdsrs/code-graph-darwin-x64": "0.129.0", "@sdsrs/code-graph-darwin-arm64": "0.129.0", "@sdsrs/code-graph-win32-x64": "0.129.0" } }

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low