Skip to content
LangChain

gopher for LangChain

io.github.courtimusprime/gopher

Lead intelligence layer for AI agents. Discover and enrich B2B prospects from natural language.

client:LangChain transport:stdio runtime:npm

Install gopher in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "gopher": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "gopher-mcp"],
        }
})

tools = await client.get_tools()

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

gopher in other clients