Pushary for LangChain
io.github.pushary/pushary
Reach a human from a running agent. Approvals on the lock screen, plus a cross-agent audit trail.
client:LangChain
transport:streamable-http
tools:5
Install Pushary in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"pushary": {
"transport": "streamable_http",
"url": "https://pushary.com/api/mcp/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs