Skip to main content
Glama

MSSQL MCP Server

by NakiriYuuzu
MIT License
17
  • Linux
  • Apple
mcp-config-bun.json1.73 kB
{ "mcpServers": { "mssql-local": { "comment": "使用本地安裝的套件 (最快)", "command": "bunx", "args": ["--bun", "mssql-mcp"] }, "mssql-npm": { "comment": "從 npm 自動安裝並執行", "command": "bunx", "args": ["--bun", "@yuuzu/mssql-mcp"] }, "mssql-dev": { "comment": "開發模式 - 直接執行 TypeScript", "command": "bun", "args": ["run", "./src/index.ts"] }, "mssql-compiled": { "comment": "執行編譯後的獨立執行檔", "command": "./dist/mssql-mcp", "args": [] }, "mssql-readonly": { "comment": "唯讀模式 - 只允許 SELECT", "command": "bunx", "args": ["--bun", "@yuuzu/mssql-mcp"], "env": { "MSSQL_ALLOW_INSERT": "false", "MSSQL_ALLOW_UPDATE": "false", "MSSQL_ALLOW_DELETE": "false" } }, "mssql-write": { "comment": "寫入模式 - 允許 INSERT 和 UPDATE", "command": "bunx", "args": ["--bun", "@yuuzu/mssql-mcp"], "env": { "MSSQL_ALLOW_INSERT": "true", "MSSQL_ALLOW_UPDATE": "true", "MSSQL_ALLOW_DELETE": "false" } }, "mssql-full": { "comment": "完整模式 - 允許 INSERT、UPDATE 和 DELETE", "command": "bunx", "args": ["--bun", "@yuuzu/mssql-mcp"], "env": { "MSSQL_ALLOW_INSERT": "true", "MSSQL_ALLOW_UPDATE": "true", "MSSQL_ALLOW_DELETE": "true" } }, "mssql-danger": { "comment": "⚠️ DANGER 模式 - 允許大部分操作(慎用!)", "command": "bunx", "args": ["--bun", "@yuuzu/mssql-mcp"], "env": { "MSSQL_DANGER_MODE": "true" } } } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/NakiriYuuzu/Mssql-Mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server