Skip to content
LangChain

Spacefast for LangChain

io.github.spacefast/mcp

Publish files and folders to the web instantly: permanent URLs, immutable versions, claim links.

client:LangChain transport:streamable-http runtime:npm

Install Spacefast in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

Spacefast in other clients