Agent Plugins Marketplace
All plugins

sqlx

v0.1.12

List saved OtterMind SQLX datasources, test connections, run SQL against MySQL, MariaDB, TiDB, GreatSQL, OceanBase, PostgreSQL, CockroachDB, YugabyteDB, openGauss, Oracle, SQL Server, ClickHouse, Trino, StarRocks, Apache Doris, TDengine, Dameng and KingbaseES, run Redis commands and MongoDB command documents, and open local result pages. Credentials stay in the SQLX data directory.

Codex1 MCP serverstdio

By OtterMindLicense: LicenseRef-Chat2DB1 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 22, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install sqlx for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add sqlx@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

Compatibility: the page URL and API slug “sqlx-2” remain stable.

  • Codex: sqlx-2@agent-plugin-marketplacesqlx@agent-plugin-marketplace

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/OtterMind/sqlx

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is integrations/codex/plugins/sqlx/.

Plugin files

integrations/codex/plugins/sqlx/
├── .codex-plugin/plugin.json
└── .mcp.json

MCP servers1

sqlxstdio
command
./bin/sqlx-mcp
cwd
.

Plugin manifests1

integrations/codex/plugins/sqlx/.codex-plugin/plugin.json
{
  "name": "sqlx",
  "version": "0.1.12",
  "description": "List saved OtterMind SQLX datasources, test connections, run SQL against MySQL, MariaDB, TiDB, GreatSQL, OceanBase, PostgreSQL, CockroachDB, YugabyteDB, openGauss, Oracle, SQL Server, ClickHouse, Trino, StarRocks, Apache Doris, TDengine, Dameng and KingbaseES, run Redis commands and MongoDB command documents, and open local result pages. Credentials stay in the SQLX data directory.",
  "author": {
    "name": "OtterMind"
  },
  "homepage": "https://github.com/OtterMind/sqlx",
  "repository": "https://github.com/OtterMind/sqlx",
  "license": "LicenseRef-Chat2DB",
  "keywords": [
    "database",
    "sql",
    "mysql",
    "mariadb",
    "tidb",
    "greatsql",
    "oceanbase",
    "postgresql",
    "cockroachdb",
    "yugabytedb",
    "opengauss",
    "oracle",
    "sqlserver",
    "clickhouse",
    "trino",
    "starrocks",
    "doris",
    "tdengine",
    "dameng",
    "kingbase",
    "redis",
    "mongodb",
    "mcp"
  ],
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "OtterMind SQLX",
    "shortDescription": "Run SQL through saved encrypted connections",
    "longDescription": "List saved OtterMind SQLX datasources, test connections, run SQL against MySQL, MariaDB, TiDB, GreatSQL, OceanBase, PostgreSQL, CockroachDB, YugabyteDB, openGauss, Oracle, SQL Server, ClickHouse, Trino, StarRocks, Apache Doris, TDengine, Dameng and KingbaseES, run Redis commands and MongoDB command documents, and open local result pages. Credentials stay in the SQLX data directory.",
    "developerName": "OtterMind",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/OtterMind/sqlx",
    "defaultPrompt": [
      "List my SQLX datasources.",
      "Test the SQLX connection I name and run a read-only query on it."
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[sqlx on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sqlx-2)