arcticdb_mcp

YMuskrat/arcticdb_mcp
★ 222 stars Python 📦 Other Updated 1d ago
MCP server for ArcticDB
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "arcticdb_mcp": {
      "command": "uvx",
      "args": [
        "arcticdb-mcp"
      ]
    }
  }
}

Or install with pip: pip install arcticdb-mcp