Skip to content
LangChain

codegraphcontext mcp for LangChain

com.clauxel.codegraphcontext/codegraphcontext-mcp

A paid remote MCP for code graph MCP for AI coding, built to return verdicts, receipts, usage logs,

client:LangChain transport:streamable-http

Install codegraphcontext mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

codegraphcontext mcp in other clients