Wuniq KE (Knowledge Engine) for LangChain
com.wuniq/wuniq
The structured memory layer your AI is missing. Requires the free Wuniq desktop app.
client:LangChain
transport:stdio
runtime:npm
Install Wuniq KE (Knowledge Engine) in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"wuniq": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "@wuniq/mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs