Mysql MCP Server
未申請MySQL Server implementation for Model Context Protocol (MCP) written in Go.
未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(27個)
add_connection
MCP only. Available when the server runs in MCP mode (stdio) with MYSQLMCPEXTENDED=1 and MYSQLMCPENABLEADDCONNECTION=1. It registers a new named MySQL connection at runtime and switches the process-wide active connection for that MCP process. There is no HTTP route to register a new DSN. REST API mo
database_size
Get database size information.
describe_table
Input:
description
No
dsn
Yes
explain_query
Get execution plan for a SELECT query. Responses include optional warnings (e.g. full table scan, filesort) when the plan suggests optimizations.
foreign_keys
List foreign key constraints.
list_connections
List all configured MySQL connections.
list_databases
Returns non-system databases.
list_functions
List stored functions.
list_indexes
List indexes on a table.
list_partitions
List table partitions.
list_procedures
List stored procedures.
list_status
List MySQL server status variables.
list_tables
Input:
list_triggers
List triggers in a database.
list_variables
List MySQL server configuration variables.
list_views
List views in a database.
name
Yes
ping
Tests database connectivity and returns latency.
run_query
Input:
server_info
Returns MySQL server details.
show_create_table
Get the CREATE TABLE statement.
table_size
Get table size information.
use_connection
Switch to a different MySQL connection.
vector_info
List vector columns in a database.
vector_search
Perform similarity search on vector columns.