Skip to content
LangChain

inhalt for LangChain

io.github.kozmos-tech/inhalt

An open-source headless CMS for managing content models and entries.

client:LangChain transport:stdio runtime:npm

Install inhalt in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "inhalt": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "@kozmos-tech/inhalt"],
        }
})

tools = await client.get_tools()

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

inhalt in other clients