Home/Directory/Developer Tools/Xray

Xray

@srijanshukla18 · github.com/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).

ClaimedDeveloper ToolsstdioToolslocal auth
GitHub

Install one command

terminal
$ pip install uv

Or add it with the Claude CLI: claude mcp add srijanshukla18-xray

Tools exposed 2 tools

local_python
installed_script

Configuration generate & copy

Values are filled in locally in your browser — nothing is sent anywhere.

claude_desktop_config.json
{
  "mcpServers": {
    "srijanshukla18-xray": {
      "command": "pip",
      "args": ["install", "uv"],
      "env": {
        "XRAY_DB_PATH": "<your-xray-db-path>"
      }
    }
  }
}

Paste the Claude Desktop snippet under mcpServers in your config, then restart Claude Desktop — or run the Claude Code command in your terminal.

Related

Similar servers

More in Developer Tools
Compare
@modelcontextprotocol

Reference / test server with prompts, resources, and tools.

Developer ToolsstdioRead-only no-auth
87k1w ago0 toolslocal
$npx -y @modelcontextprotocol/server-everything
Compare

Official GitHub server for integration with repository management, PRs, issues, and more.

Developer ToolsstdioExecute auth
30.5k6d ago20 toolslocal
Install command unavailable — see repo
Compare
@jlowin

A high-level framework for building MCP servers in Python

Developer ToolsstdioRead-only no-auth
25.6k1w ago0 toolslocal
Install command unavailable — see repo