Loading MCP server directory, please wait...
Standalone Postgres MCP server — schema-aware, read-only by default, installable everywhere.
npx @getmcp/cli add io.github.NexQL-OSS/nexql-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.NexQL-OSS/nexql-mcp": {
"command": "npx",
"args": [
"-y",
"nexql-mcp"
],
"env": {
"DATABASE_URL": "",
"NEXQL_MCP_CONFIG": ""
}
}
}
}