Agent Channel for LangChain
io.github.amkentech/agent-channel
One identity across Claude Code, Codex, Cursor, Gemini, Windsurf: shared inbox and handoffs.
client:LangChain
transport:streamable-http
Install Agent Channel in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agent-channel": {
"transport": "streamable_http",
"url": "https://channel.amkentech.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs