Skip to content
LangChain

AMH Cloudflare Ops MCP by WT for LangChain

io.github.pain2hustle/cloudflare-ops-mcp

The bridge from K2 agents through Wrangler to your master AI - safe, approval-gated Cloudflare ops.

client:LangChain transport:streamable-http

Install AMH Cloudflare Ops MCP by WT in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "cloudflare-ops-mcp": {
            "transport": "streamable_http",
            "url": "https://cfops.nothingunseen.com/mcp",
        }
})

tools = await client.get_tools()

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

AMH Cloudflare Ops MCP by WT in other clients