mcp arangodb async for LangChain
io.github.pcfvw/mcp-arangodb-async
Async MCP server for ArangoDB: 46 tools for graphs, queries, and multi-tenancy.
client:LangChain
transport:stdio
runtime:pypi
Install mcp arangodb async in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"mcp-arangodb-async": {
"transport": "stdio",
"command": "uvx",
"args": ["mcp-arangodb-async"],
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs