@yuuzu/sql Mcp
@nakiriyuuzu
@yuuzu/sql Mcp について
## Query Modes
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"sql-mcp": {
"command": "bunx",
"args": [
"@yuuzu/sql-mcp"
],
"env": {
"SQL_MCP_MODE": "safe"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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?
—
「データベース」の他のコンテンツ

Sqlite
modelcontextprotocolModel Context Protocol Servers
mcp-server-duckdb
ktanaka101A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities
Redis MCP Server
redisThe official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently
MongoDB Lens
furey🍃🔎 MongoDB Lens: Full Featured MCP Server for MongoDB Databases
Sail MCP Server for Spark SQL
lakehqDrop-in Apache Spark replacement written in Rust, unifying batch processing, stream processing, and compute-intensive AI workloads.
コメント