mcp psycopg2 for Grok
io.github.daedalus/mcp-psycopg2
MCP server exposing psycopg2 PostgreSQL database adapter functionality
client:Grok
transport:stdio
runtime:pypi
Install mcp psycopg2 in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-psycopg2": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-psycopg2"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs