{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_wu9zmvjf33qx","handle":"iflow-mcp-xray","url":"https://wellknown.network/agents/iflow-mcp-xray","links":{"self":"https://wellknown.network/agents/iflow-mcp-xray/record.json","html":"https://wellknown.network/agents/iflow-mcp-xray","markdown":"https://wellknown.network/agents/iflow-mcp-xray/record.md","api":"https://wellknown.network/api/v1/agents/iflow-mcp-xray","status":"https://wellknown.network/api/v1/agents/iflow-mcp-xray/status","claim":"https://wellknown.network/agents/iflow-mcp-xray/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/iflow-mcp-xray/claim.json","badge":"https://wellknown.network/agents/iflow-mcp-xray/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/iflow-mcp-xray/history","tools":"https://wellknown.network/api/v1/agents/iflow-mcp-xray/tools"},"ard":{"identifier":"urn:air::server:iflow-mcp-xray","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"iflow-mcp_xray","summary":"XRAY: Progressive code intelligence for AI assistants - Map, Find, Impact","description":"# XRAY MCP - Progressive Code Intelligence for AI Assistants\n\n[![Python](https://img.shields.io/badge/Python-3.10+-green)](https://python.org) [![MCP](https://img.shields.io/badge/MCP-Compatible-purple)](https://modelcontextprotocol.io) [![ast-grep](https://img.shields.io/badge/Powered_by-ast--grep-orange)](https://ast-grep.github.io)\n\n## ❌ Without XRAY\n\nAI assistants struggle with codebase understanding. You get:\n\n- ❌ \"I can't see your code structure\"\n- ❌ \"I don't know what depends on this function\"\n- ❌ Generic refactoring advice without impact analysis\n- ❌ No understanding of symbol relationships\n\n## ✅ With XRAY\n\nXRAY gives AI assistants code navigation capabilities. Add `use XRAY tools` to your prompt:\n\n```txt\nAnalyze the UserService class and show me what would break if I change the authenticate method. use XRAY tools\n```\n\n```txt\nFind all functions that call validate_user and show their dependencies. use XRAY tools\n```\n\nXRAY provides three focused tools:\n\n- 🗺️ **Map** (`explore_repo`) - See project structure with symbol skeletons\n- 🔍 **Find** (`find_symbol`) - Locate functions and classes with fuzzy search\n- 💥 **Impact** (`what_breaks`) - Find where a symbol is referenced\n\n## 🚀 Quick Install\n\n### Modern Install with uv (Recommended)\n\n```bash\n# Install uv if you don't have it\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n\n# Clone and install XRAY\ngit clone https://github.com/srijanshukla18/xray.git\ncd xray\nuv tool install .\n```\n\n### Automated Install with uv\n\nFor the quickest setup, this script automates the `uv` installation process.\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/srijanshukla18/xray/main/install.sh | bash\n```\n\n### Generate Config\n\n```bash\n# Get config for your tool\npython mcp-config-generator.py cursor local_python\npython mcp-config-generator.py claude docker  \npython mcp-config-generator.py vscode source\n```\n\n## Language Support\n\nXRAY uses [ast-grep](https://ast-grep.github.io), a tree-sitter powered structural search tool, provid…","publisher":null,"homepage":"https://github.com/srijanshukla18/xray","repository":"https://github.com/srijanshukla18/xray","version":"0.6.2","license":"MIT","protocols":["mcp"],"tags":["mcp","code-intelligence","ai-assistant","code-analysis","ast-grep","structural-search"],"pricing":null,"endpoints":[{"url":"pypi:iflow-mcp_xray","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"iflow-mcp_xray","registry":"pypi","observedAt":"2026-09-15T20:21:39.752Z","publishedAt":"2025-11-28T05:50:04.168944Z","latestVersion":"0.6.2"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"iflow-mcp_xray","url":"https://pypi.org/project/iflow-mcp_xray/","firstSeenAt":"2026-09-09T21:25:09.710Z","fetchedAt":"2026-09-15T20:20:53.215Z","normalizedAt":"2026-09-15T20:20:53.215Z"}]},"firstSeenAt":"2026-09-09T21:25:09.710Z","updatedAt":"2026-09-15T20:21:39.752Z"}