cirdan for LangChain
io.github.adanb13/cirdan
AI infrastructure cartographer & MCP server: fingerprints, graphs & watches live infra for agents
client:LangChain
transport:stdio
runtime:npm
Install cirdan in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"cirdan": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@cirdanops/cli"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs