Skip to content
LangChain

coderegistry for LangChain

io.github.hellosg/coderegistry

Enterprise code intelligence for M&A, security audits, and tech debt. Hosted server with 200k free.

client:LangChain transport:streamable-http tools:23

Install coderegistry in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "coderegistry": {
            "transport": "streamable_http",
            "url": "https://integrator.app.thecoderegistry.com/api/ai/router",
        }
})

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

coderegistry in other clients