Back to MCP Servers
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-toolspythongo
Installation
npx -y xrayConfiguration
{
"mcpServers": {
"xray": {
"command": "npx",
"args": ["-y", "xray"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes