Skip to content
LangChain

xmp4 — Semantic code knowledge for your stack for LangChain

ai.example4/xmp4

OSS libs in your stack, really used: source, tests, callers. C#, Java, TS, Python, Rust, PHP+.

client:LangChain transport:streamable-http tools:16

Install xmp4 — Semantic code knowledge for your stack in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "xmp4": {
            "transport": "streamable_http",
            "url": "https://mcp.example4.ai/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

xmp4 — Semantic code knowledge for your stack in other clients