An MCP server that lets Claude query a business database in plain language, with server-side guardrails protecting sensitive data and blocking destructive queries
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-sql-server": {
"command": "uvx",
"args": [
"mcp-sql-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-sql-server uvx mcp-sql-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-sql-server": {
"command": "uvx",
"args": [
"mcp-sql-server"
]
}
}
}
📋 Copy
Or install with pip: pip install mcp-sql-server