---
title: "coral"
description: "Query APIs, databases, files, and internal systems through one read-only SQL interface for AI agents."
canonical: https://agentpluginsdirectory.com/plugins/coral
last-updated: 2026-09-21
---

# coral
Query APIs, databases, files, and internal systems through one read-only SQL interface for AI agents.
- Slug: coral
- Publisher: Coral
- Repository: https://github.com/withcoral/coral
- Manifest: plugins/coral/plugin.json
- Version: 0.3.0
- License: Apache-2.0
- Category (editorial): databases
- Skills: 3 (coral-create-source-spec, coral-review-source-spec, coral)
- MCP servers: 1 (Coral)
- Stars: 4944
- Repository created: 2026-04-03
- Repository last pushed: 2026-09-11
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/coral
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What coral does, in the publisher's words

Coral is a single query interface for agents calling data source APIs.

Agents make fewer, more precise tool calls with Coral than they do with per-source MCP servers, CLI tools, or API wrappers. For agent read tasks, SQL has a structural advantage when a question needs more than one API call: it avoids paginating through large results, returns tabular rows instead of sprawling JSON, brings back only the columns you asked for, and correlates across sources in a single statement.

Everything is local: your data, credentials, and usage history never leave your machine.

- Install Coral. Use a download above, or see all installation options.
- Add your sources. Connect GitHub, Slack, Datadog, and other bundled sources from the sources page. Coral only fetches data from sources you connect.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/withcoral/coral/HEAD/README.md

## Skills

- coral-create-source-spec: Create or update a Coral source spec YAML for a custom HTTP API or local dataset. Use when authoring a standalone source for `coral source add --file`, or when adapting that spec into a Coral repo source under `sources/core` or `sources/community`.
- coral-review-source-spec: Review new or updated Coral source manifests and source PRs for content, style, product fit, query ergonomics, documentation quality, and consistency with existing Coral sources. Use when Codex is asked to review a sources/core/name or sources/community/name source directory, a manifest.yaml, or a…
- coral: Query live sources through Coral MCP. Use when the task needs GitHub, Jira, Slack, Linear, Datadog, Sentry, files, or connected data.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.

## MCP servers

- Coral: transport: stdio; command: coral mcp-stdio

Read from the plugin's own mcp.json. Environment variable names only, never values.
