Skip to content
LangChain

codexrunledger mcp for LangChain

com.clauxel.codexrunledger/codexrunledger-mcp

Codex run receipts your reviewer can trust.

client:LangChain transport:streamable-http

Install codexrunledger mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "codexrunledger-mcp": {
            "transport": "streamable_http",
            "url": "https://codexrunledger.clauxel.com/mcp",
        }
})

tools = await client.get_tools()

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

codexrunledger mcp in other clients