Abhinab-Handique/Postgress-MCP-server
An MCP Server for PostgreSQL is a secure FastAPI bridge allowing LLMs to manage databases via tools. It enables CRUD operations—GET, POST, and DELETE—through natural language. This ensures enhanced security by restricting AI access to specific logic, safely sharing your database connections within a unified, efficient environment.
Platform-specific configuration:
{
"mcpServers": {
"Postgress-MCP-server": {
"command": "npx",
"args": [
"-y",
"Postgress-MCP-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...