Skip to content

Add mysql-mcp-server by johnson-lee to MCP catalog#438

Open
CobaltBlue3699 wants to merge 1 commit into
archestra-ai:mainfrom
CobaltBlue3699:patch-1
Open

Add mysql-mcp-server by johnson-lee to MCP catalog#438
CobaltBlue3699 wants to merge 1 commit into
archestra-ai:mainfrom
CobaltBlue3699:patch-1

Conversation

@CobaltBlue3699
Copy link
Copy Markdown

@CobaltBlue3699 CobaltBlue3699 commented Apr 20, 2026

Add mysql-mcp-server to catalog

This PR adds my MCP server for MySQL to the catalog.

Key differentiators from existing MySQL MCP servers:

  • DRY_RUN mode: Execute SQL queries – no actual data is sent to the LLM. This validates real runtime behavior while protecting sensitive data.
  • Fine-grained permissions: Independent controls for SELECT, INSERT, UPDATE, DELETE, and DDL operations
  • Multiple transports: stdio, HTTP-SSE, and Streamable HTTP

Links:

Checklist:

  • Valid npm package exists
  • README with clear installation/usage instructions
  • Permission controls documented
  • Open source license (MIT)

This server fills a gap in the MCP ecosystem for production database access where security and safety are paramount.

Add mysql-mcp-server by johnson-lee to MCP catalog

- Enterprise-grade MySQL MCP Server with fine-grained permission controls
- Key features: DRY_RUN validation mode, schema-only queries, granular DDL/INSERT/UPDATE/DELETE toggles
- Supports stdio, HTTP-SSE, and Streamable HTTP transports
- Designed for secure AI-assisted database access in team environments

Related: https://www.npmjs.com/package/@johnson.lee/mysql-mcp-server
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 20, 2026

@CobaltBlue3699 is attempting to deploy a commit to the Archestra projects Team on Vercel.

A member of the Team first needs to authorize it.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 20, 2026

CLA assistant check
All committers have signed the CLA.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants