Skip to content
LangChain

DistributionOS for LangChain

dev.distributionos/distributionos

Distribution memory and marketing context for coding agents, with SEO, content, media, and analytics

client:LangChain transport:streamable-http

Install DistributionOS in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "distributionos": {
            "transport": "streamable_http",
            "url": "https://distributionos.dev/api/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

DistributionOS in other clients