Skip to content

Add CodeXRay to Community Servers#3300

Open
NeuralRays wants to merge 1 commit intomodelcontextprotocol:mainfrom
NeuralRays:add-codexray
Open

Add CodeXRay to Community Servers#3300
NeuralRays wants to merge 1 commit intomodelcontextprotocol:mainfrom
NeuralRays:add-codexray

Conversation

@NeuralRays
Copy link

Add CodeXRay — Semantic Code Intelligence MCP Server

Repository: https://github.com/NeuralRays/codexray
npm: https://www.npmjs.com/package/codexray
License: MIT

Description

CodeXRay is a semantic code intelligence MCP server that pre-indexes codebases into a local SQLite knowledge graph. It provides 16 MCP tools for AI coding agents:

Primary: Overview, Context building, FTS5 search, TF-IDF semantic search
Exploration: Node details, Callers, Callees, Dependency tree, Path finding
Analysis: Impact/blast radius, Hotspots, Dead code, Circular dependencies, Complexity, Files, Status

Key Highlights

  • TF-IDF semantic search — zero external dependencies, no ML models, no API keys
  • 15 languages via tree-sitter (TypeScript, JavaScript, Python, Go, Rust, Java, C#, PHP, Ruby, C, C++, Swift, Kotlin)
  • 30%+ token savings — one codexray_context call replaces 5-10 file reads
  • 100% local — SQLite database, no cloud dependencies
  • Cross-platform: macOS, Linux, Windows
  • Install: npx codexray

Works with Claude Code, Cursor, Windsurf, and any MCP client.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant