Skip to content
LangChain

StackMap for LangChain

io.github.ship-with-ai/stackmap

Search 344 human-reviewed AI/agent repos and the 817 typed connections between them.

client:LangChain transport:stdio runtime:npm

Install StackMap in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "stackmap": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "@ship-with-ai/stackmap-mcp"],
        }
})

tools = await client.get_tools()

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

StackMap in other clients