Skip to content
LangChain

Recognitium for LangChain

com.recognitium/recognitium

A memory your AI can prove and the market of the present tense. SHA-256, verifiable offline.

client:LangChain transport:streamable-http

Install Recognitium in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

Recognitium in other clients