Skip to content
Grok

mcp arangodb async for Grok

io.github.pcfvw/mcp-arangodb-async

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

client:Grok transport:stdio runtime:pypi

Install mcp arangodb async in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-arangodb-async": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-arangodb-async"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp arangodb async in other clients