MCP server exposing psycopg2 PostgreSQL database adapter functionality
claude mcp add mcp-psycopg2 -- uvx mcp-psycopg2
claude_desktop_config.json
{
"mcpServers": {
"mcp-psycopg2": {
"command": "uvx",
"args": [
"mcp-psycopg2"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-psycopg2": {
"command": "uvx",
"args": [
"mcp-psycopg2"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-psycopg2": {
"command": "uvx",
"args": [
"mcp-psycopg2"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp-psycopg2": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-psycopg2"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp-psycopg2": {
"command": "uvx",
"args": [
"mcp-psycopg2"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.daedalus--mcp-psycopg2/reviews or the review_server meta-tool.
POST /mcp