Connection check
local install
mysql-ops-mcp
MySQL MCP server: browse schema, query, CRUD. Delete/drop gated by user approval.
Tools
11
GitHub stars
—
Installs / wk
77
Licence
MIT
Transport
stdio
Last checked
never
Tools & capabilities
11 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
create_table
from source
创建新表 创建新表
delete_data
from source
删除表中的数据(需要授权)。此操作需要用户明确批准。 删除表中的数据(需要授权)。此操作需要用户明确批准。
describe_table
from source
查看表结构和字段信息 查看表结构和字段信息
drop_table
from source
删除表(需要授权)。此操作不可逆,需要用户明确批准。 删除表(需要授权)。此操作不可逆,需要用户明确批准。
execute_sql
from source
执行自定义SQL语句(通用工具) 执行自定义SQL语句(通用工具)
get_table_info
from source
获取表的详细信息,包括索引、约束等 获取表的详细信息,包括索引、约束等
insert
from source
插入数据到表中 插入数据到表中
list_databases
from source
列出所有可用的数据库 列出所有可用的数据库
list_tables
from source
列出指定数据库中的所有表 列出指定数据库中的所有表
query
from source
执行SELECT查询语句 执行SELECT查询语句
update
from source