{ "mcpServers": { "postgres": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-postgres", "postgresql://postgres:postgres@localhost:5432/chatbotninja" ] }, "playwright": { "command": "npx", "args": [ "@playwright/mcp@latest" ] } } }