{ "mcpServers": { "postgres": { "type": "stdio", "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-postgres", "postgresql://fog:fog_dev@host.docker.internal:5432/fog_expedition" ] }, "playwright": { "type": "stdio", "command": "npx", "args": ["-y", "@playwright/mcp"] }, "context7": { "type": "stdio", "command": "npx", "args": ["-y", "@upstash/context7-mcp"] }, "nx-mcp": { "type": "stdio", "command": "pnpm", "args": ["exec", "nx", "mcp"] } } }