srijanshukla18/xray
Progressive code-intelligence MCP server: map project structure, fuzzy-find symbols, and assess change-impact across Python, JS/TS, and Go (powered by `ast-grep`).
Quick Start
Clone the repository:
git clone https://github.com/srijanshukla18/xrayClaude Desktop configuration example:
{
"mcpServers": {
"xray": {
"command": "npx",
"args": [
"-y",
"srijanshukla18/xray"
]
}
}
}Check the repository README for specific installation and configuration instructions.