herald for LangChain
io.github.btouchard/herald
Stop copy-pasting between Claude Chat and Claude Code.
client:LangChain
transport:streamable-http
Install herald in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"herald": {
"transport": "streamable_http",
"url": "https://your-herald-instance.example.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs