Zero-config Postgres MCP with auto-provisioning — drop-in for server-postgres.
claude mcp add ainative-postgres-mcp -- npx -y ainative-postgres-mcp
claude_desktop_config.json
{
"mcpServers": {
"ainative-postgres-mcp": {
"command": "npx",
"args": [
"-y",
"ainative-postgres-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"ainative-postgres-mcp": {
"command": "npx",
"args": [
"-y",
"ainative-postgres-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"ainative-postgres-mcp": {
"command": "npx",
"args": [
"-y",
"ainative-postgres-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"ainative-postgres-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ainative-postgres-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"ainative-postgres-mcp": {
"command": "npx",
"args": [
"-y",
"ainative-postgres-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.AINative-Studio--ainative-postgres-mcp/reviews or the review_server meta-tool.
POST /mcp