GraphPilot for LangChain
io.github.graphpilot-oss/graphpilot
Structural memory for coding agents: callers, callees, blast radius and symbols over MCP.
client:LangChain
transport:stdio
runtime:npm
Install GraphPilot in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"graphpilot": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@graphpilot-oss/graphpilot"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs