sqlx
v0.1.12List 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.
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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add sqlx@agent-plugin-marketplacePaste 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-marketplace→sqlx@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/sqlxClone 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
├── .codex-plugin/plugin.json└── .mcp.json
MCP servers1
- command
- ./bin/sqlx-mcp
- cwd
- .
Plugin manifests1
{
"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."
]
}
}For maintainers
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)