coral (MCP Server)

GitHub

One SQL interface over APIs, files, and live sources โ€” built for agents.

4,996 stars Rust MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

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

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