Skip to content
LangChain

HyperStore for LangChain

io.github.deficlow/hyperstore-mcp

Search and inspect 6,500+ curated AI apps from the HyperStore directory.

client:LangChain transport:streamable-http runtime:pypi tools:13

Install HyperStore in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "hyperstore-mcp": {
            "transport": "streamable_http",
            "url": "https://mcp.store.hypergpt.ai/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

HyperStore in other clients