agenticorg for LangChain
io.github.mishrasanjeev/agenticorg
AgenticOrg MCP server for AI agents, A2A discovery, SOP deploy, and MCP tool listing.
client:LangChain
transport:stdio
runtime:npm
Install agenticorg in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"agenticorg": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "agenticorg-mcp-server"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs