HyperMarrow for LangChain
cool.qianshi/hypermarrow
Local-first long-term memory for AI coding agents. Stored on your own machine.
client:LangChain
transport:stdio
runtime:npm
Install HyperMarrow in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"hypermarrow": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@qianshitech/hypermarrow-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs