Loading MCP server directory, please wait...
Run governed SQL queries and inspect database schemas from MCP agents.
npx @getmcp/cli add io.github.fadnavismehul/sql-previewRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.fadnavismehul/sql-preview": {
"command": "npx",
"args": [
"-y",
"-y",
"sql-preview"
],
"env": {
"SQL_PREVIEW_CONNECTIONS": "",
"SQL_PREVIEW_MCP_SAFE_MODE": "true",
"SQL_PREVIEW_MAX_ROWS": "10000"
}
}
}
}