Skip to content
LangChain

Cue for LangChain

sh.croma/cue

Your sales pipeline as tools: deals by stage, playbook tasks, contacts, companies, and timeline.

client:LangChain transport:streamable-http

Install Cue in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "cue": {
            "transport": "streamable_http",
            "url": "https://cue.croma.sh/mcp",
        }
})

tools = await client.get_tools()

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

Cue in other clients