Skip to content
LangChain

codebahn for LangChain

io.github.codebahn/codebahn

Codebahn is the private GitHub alternative: fast Git and CI for developers and teams.

client:LangChain transport:streamable-http

Install codebahn in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "codebahn": {
            "transport": "streamable_http",
            "url": "https://codebahn.net/mcp",
        }
})

tools = await client.get_tools()

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

codebahn in other clients