Stats
Actions
Tags
From aura-frog
Provides direct PostgreSQL database access for queries, schema inspection, and data manipulation via DATABASE_URL connection string. Runs locally as a subprocess.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"postgres": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-postgres@latest"
],
"env": {
"POSTGRES_CONNECTION_STRING": "${POSTGRES_CONNECTION_STRING}"
}
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
POSTGRES_CONNECTION_STRING=${POSTGRES_CONNECTION_STRING}Declared capabilities of this MCP server
First indexed Dec 4, 2025
Showing the 6 earliest of 18 plugins
First indexed Dec 4, 2025
Showing the 6 earliest of 18 plugins
npx claudepluginhub nguyenthienthanh/aura-frog --plugin aura-frog