NetanelBollag/simple-psql-mcp
A beginner-friendly MCP server template featuring a PostgreSQL connector with clean, easy-to-understand code. Perfect for developers new to Model Context Protocol who want to experiment and create their own AI tool connectors with minimal setup.
Platform-specific configuration:
{
"mcpServers": {
"simple-psql-mcp": {
"command": "npx",
"args": [
"-y",
"simple-psql-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...