Skip to content
LangChain

Squiggle for LangChain

io.github.pipeworx-io/squiggle

Squiggle MCP — AFL fixture / results / tips.

client:LangChain transport:streamable-http

Install Squiggle in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "squiggle": {
            "transport": "streamable_http",
            "url": "https://gateway.pipeworx.io/squiggle/mcp",
        }
})

tools = await client.get_tools()

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

Squiggle in other clients