Skip to content
LangChain

Stelllink for LangChain

com.stelllink/stelllink

Connect AI to Stelllink to organize, access, manage and share files, links, and digital workspaces.

client:LangChain transport:streamable-http

Install Stelllink in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

Stelllink in other clients