akb for LangChain
io.github.dnotitia/akb
Git-backed org memory for AI agents — hybrid search, tables, files & a URI graph over MCP.
client:LangChain
transport:stdio
runtime:npm
Install akb in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"akb": {
"transport": "stdio",
"command": "npx",
"args": ["-y", "akb-mcp"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs