@yuuzu/sql Mcp
@nakiriyuuzu
About @yuuzu/sql Mcp
## Query Modes
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"sql-mcp": {
"command": "bunx",
"args": [
"@yuuzu/sql-mcp"
],
"env": {
"SQL_MCP_MODE": "safe"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is @yuuzu/sql MCP?
—
How to use @yuuzu/sql MCP?
Set the SQL_MCP_MODE environment variable to control query permissions. Available modes are safe (default), write, and full.
Key features of @yuuzu/sql MCP
safemode: allows SELECT, WITH, EXPLAIN (read-only).writemode: adds INSERT, UPDATE, DELETE.fullmode: adds CREATE, DROP, ALTER, TRUNCATE.- Default mode is
safeif no variable is set.
Use cases of @yuuzu/sql MCP
- Running read‑only queries with the
safemode. - Modifying data with INSERT, UPDATE, DELETE in
writemode. - Performing full schema changes (CREATE, DROP, ALTER, TRUNCATE) in
fullmode.
FAQ from @yuuzu/sql MCP
What query modes are available?
Three modes: safe, write, and full.
What operations are allowed in safe mode?
Only SELECT, WITH, and EXPLAIN statements.
How do I enable the write or full mode?
Set the environment variable SQL_MCP_MODE to write or full before starting the server.
What is the default mode if I don't set the variable?
The default mode is safe.
Is there a transport or authentication method described?
—
More Databases MCP servers
Multi Database MCP Server
FreePeakA powerful multi-database server implementing the Model Context Protocol (MCP) to provide AI assistants with structured access to databases.
MySQL MCP Server
designcomputerA Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
mcp_mysql_server
xwb602625136Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
MCP Server for Milvus
zilliztechModel Context Protocol Servers for Milvus
Comments