XRAY MCP - Progressive Code Intelligence for AI Assistants
❌ Without XRAY
AI assistants struggle with codebase understanding. You get:
- ❌ "I can't see your code structure"
- ❌ "I don't know what depends on this function"
- ❌ Generic refactoring advice without impact analysis
- ❌ No understanding of symbol relationships
✅ With XRAY
XRAY gives AI assistants code navigation capabilities. Add use XRAY tools to your prompt:
Analyze the UserService class and show me what would break if I change the authenticate method. use XRAY toolsFind all functions that call validate_user and show their dependencies. use XRAY toolsXRAY provides three focused tools:
- 🗺️ Map (
explore_repo) - See project structure with symbol skeletons - 🔍 Find (
find_symbol) - Locate functions and classes with fuzzy search - 💥 Impact (
what_breaks) - Find where a symbol is referenced
🚀 Quick Install
Modern Install with uv (Recommended)
# Install uv if you don't have it
curl -LsSf https://astral.sh/uv/install.sh | sh
# Clone and install XRAY
git clone https://github.com/srijanshukla18/xray.git
cd xray
uv tool install .





