Skip to content
LangChain

ComputeSage StackBench for LangChain

com.computesage/stackbench

GPU and LLM inference benchmarks, hardware evidence, deployment recommendations, and launch configs.

client:LangChain transport:streamable-http tools:5

Install ComputeSage StackBench in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

What LangChain can do once it is connected

ComputeSage StackBench in other clients