XRay-Vision for LangChain
com.emtailabs/xray-vision
AI-powered codebase analysis — call graphs, security, dead code, complexity. 150+ tools.
client:LangChain
transport:streamable-http
Install XRay-Vision in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"xray-vision": {
"transport": "streamable_http",
"url": "https://mcp.emtailabs.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs