AIKraft/MCP-серверы/io.github.nethinwei/sql-mcp-server

io.github.nethinwei/sql-mcp-server

Шлюз контролируемого доступа к SQL с policy, ограничениями затрат, tenant isolation и безопасными tools.

nethinwei Локальный · oci official

Что это

Шлюз контролируемого доступа к SQL с policy, ограничениями затрат, tenant isolation и безопасными tools.

Как подключить

1Официальный package
oci · ghcr.io/nethinwei/sql-mcp-server:0.1.10
2Установить и запустить в терминале
docker --mount type=bind,src={config_path},dst=/config/config.yaml,readonly ghcr.io/nethinwei/sql-mcp-server:0.1.10 serve --config /config/config.yaml --transport stdio
3Добавить в конфиг MCP-клиента (mcp.json / claude_desktop_config.json)
{ "mcpServers": { "io-github-nethinwei-sql-mcp-server": { "command": "docker", "args": [ "--mount", "type=bind,src={config_path},dst=/config/config.yaml,readonly", "ghcr.io/nethinwei/sql-mcp-server:0.1.10", "serve", "--config", "/config/config.yaml", "--transport", "stdio" ] } } }

Вставьте блок в конфиг клиента (Claude Desktop, Claude Code, Cursor, VS Code, Cline). Команда и package собраны из полей официального MCP Registry.