Apiiro Guardian Agent for LangChain
io.github.apiiro/guardian-agent
Apiiro Application Security Posture Management (ASPM) tools for AI coding assistants.
client:LangChain
transport:streamable-http
Install Apiiro Guardian Agent in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"guardian-agent": {
"transport": "streamable_http",
"url": "https://mcp.apiiro.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs