| 123456789101112131415161718192021222324 |
- {
- "mcpServers": {
- "postgres": {
- "command": "./tools/toolbox.exe",
- "args": ["--prebuilt", "postgres", "--stdio"],
- "env": {
- "POSTGRES_HOST": "192.168.3.143",
- "POSTGRES_PORT": "5432",
- "POSTGRES_DATABASE": "dataops",
- "POSTGRES_USER": "postgres",
- "POSTGRES_PASSWORD": "dataOps"
- }
- },
- "n8n-mcp": {
- "command": "node",
- "args": ["G:/code-lab/n8n-mcp/dist/mcp/index.js"],
- "env": {
- "MCP_MODE": "stdio",
- "LOG_LEVEL": "error",
- "DISABLE_CONSOLE_OUTPUT": "true"
- }
- }
- }
- }
|