Skip to content
LangChain

copilotcliswitchgate mcp for LangChain

com.clauxel.copilotcliswitchgate/copilotcliswitchgate-mcp

Remote MCP for Copilot CLI switch gate MCP, structured receipts, audit logs, and reviewer-ready evid

client:LangChain transport:streamable-http

Install copilotcliswitchgate mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

copilotcliswitchgate mcp in other clients