doris (MCP Server)

GitHub

Apache Doris is a real-time analytics and hybrid search database for AI agents.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "doris": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-doris"
      ]
    }
  }
}