Skip to content

withcoral/coral

v0.3.0Apache-2.0

Query APIs, databases, files, and internal systems through one read-only SQL interface for AI agents.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

Coralstdio
{
  "type": "stdio",
  "command": "coral",
  "args": [
    "mcp-stdio"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "coral",
  "version": "0.3.0",
  "description": "Query APIs, databases, files, and internal systems through one read-only SQL interface for AI agents.",
  "author": {
    "name": "Coral",
    "email": "legal@withcoral.com",
    "url": "https://withcoral.com/"
  },
  "homepage": "https://withcoral.com",
  "repository": "https://github.com/withcoral/coral",
  "license": "Apache-2.0",
  "keywords": ["coral", "sql"],
  "extensions": {
    "com.openai": {
      "interface": {
        "displayName": "Coral",
        "shortDescription": "Query connected data with SQL",
        "longDescription": "Give Codex accurate, token-efficient access to APIs, databases, files, and internal systems through one read-only SQL interface. Query and join sources across code, issues, incidents, observability, and team communication while Coral handles authentication, pagination, rate limits, schema mapping, and caching.",
        "developerName": "Coral",
        "category": "Engineering",
        "capabilities": ["Interactive", "Read"],
        "websiteURL": "https://withcoral.com/",
        "privacyPolicyURL": "https://withcoral.com/privacy",
        "termsOfServiceURL": "https://withcoral.com/terms",
        "defaultPrompt": ["Use Coral to check related issues, pull requests, alerts, incidents, and team discussions before making this change."],
        "brandColor": "#398125",
        "composerIcon": "./assets/icon.png",
        "logo": "./assets/icon.png",
        "screenshots": []
      }
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • 3YAML files
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • com.openai