/ claude_desktop_config.template.json
claude_desktop_config.template.json
 1  {
 2    "mcpServers": {
 3      "echo-ceo": {
 4        "command": "/ABSOLUTE/PATH/TO/echo/agents/ceo/ceo",
 5        "env": {
 6          "DB_HOST": "localhost",
 7          "DB_PORT": "5432",
 8          "DB_NAME": "echo_org_dev",
 9          "DB_USER": "postgres",
10          "DB_PASSWORD": "postgres",
11          "REDIS_HOST": "localhost",
12          "REDIS_PORT": "6379"
13        }
14      },
15      "echo-cto": {
16        "command": "/ABSOLUTE/PATH/TO/echo/agents/cto/cto",
17        "env": {
18          "DB_HOST": "localhost",
19          "DB_PORT": "5432",
20          "DB_NAME": "echo_org_dev",
21          "DB_USER": "postgres",
22          "DB_PASSWORD": "postgres",
23          "REDIS_HOST": "localhost",
24          "REDIS_PORT": "6379"
25        }
26      },
27      "echo-product-manager": {
28        "command": "/ABSOLUTE/PATH/TO/echo/agents/product_manager/product_manager",
29        "env": {
30          "DB_HOST": "localhost",
31          "DB_PORT": "5432",
32          "DB_NAME": "echo_org_dev",
33          "DB_USER": "postgres",
34          "DB_PASSWORD": "postgres",
35          "REDIS_HOST": "localhost",
36          "REDIS_PORT": "6379"
37        }
38      }
39    }
40  }