Sthayi for LangChain
io.github.sthayi-ai/sthayi
Local-first AI memory over MCP. No account; you own the store.
client:LangChain
transport:stdio
runtime:npm
Install Sthayi in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"sthayi": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "sthayi"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs