← back to ClawCoder

.mcp.json

13 lines

{
  "mcpServers": {
    "context7": {
      "command": "npx",
      "args": ["-y", "@upstash/context7-mcp"]
    },
    "postgres": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-postgres", "postgresql://dw_admin:DW2024!@127.0.0.1:5432/clawcoder"]
    }
  }
}