Skip to content
LangChain

NicheDB for LangChain

dev.nichedb/nichedb

Sources in, feeds out: an open, ever-growing database of real-time public data, enriched.

client:LangChain transport:streamable-http runtime:npm tools:21

Install NicheDB in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

What LangChain can do once it is connected

NicheDB in other clients