Skip to main content
Developer ToolsPython

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`).

developer-toolslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/srijanshukla18/xray

Claude Desktop configuration example:

{
  "mcpServers": {
    "xray": {
      "command": "npx",
      "args": [
        "-y",
        "srijanshukla18/xray"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Developer Tools
Language
Python
Author
srijanshukla18