Skip to content
LangChain

Seturos for LangChain

com.seturos/seturos

Shared work memory for Claude Code, Codex, Cursor and chat, scoped to each repository.

client:LangChain transport:streamable-http

Install Seturos in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

Seturos in other clients