Skip to content
LangChain

fixgraph mcp for LangChain

io.github.jawdat6/fixgraph-mcp

Search 25K+ verified engineering fixes by error or technology. For developers and AI agents.

client:LangChain transport:stdio runtime:npm

Install fixgraph mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

fixgraph mcp in other clients