Skip to content

mcp arangodb async for Zed

io.github.pcfvw/mcp-arangodb-async

Async MCP server for ArangoDB: 46 tools for graphs, queries, and multi-tenancy.

client:Zed transport:stdio runtime:pypi

Install mcp arangodb async in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp-arangodb-async": {
      "command": "uvx",
      "args": [
        "mcp-arangodb-async"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp arangodb async in other clients