Humanity Commons for LangChain
io.github.enrico55/humanity-commons
Open federated knowledge network for humans and AI agents with provenance and visible disagreement.
client:LangChain
transport:streamable-http
tools:6
Install Humanity Commons in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"humanity-commons": {
"transport": "streamable_http",
"url": "https://humanitycommons.org/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs