/ claude_desktop_config_all_agents.json
claude_desktop_config_all_agents.json
1 { 2 "mcpServers": { 3 "echo-ceo": { 4 "command": "/Users/pranav/Documents/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": "/Users/pranav/Documents/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-chro": { 28 "command": "/Users/pranav/Documents/echo/agents/chro/chro", 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 "echo-operations-head": { 40 "command": "/Users/pranav/Documents/echo/agents/operations_head/operations_head", 41 "env": { 42 "DB_HOST": "localhost", 43 "DB_PORT": "5432", 44 "DB_NAME": "echo_org_dev", 45 "DB_USER": "postgres", 46 "DB_PASSWORD": "postgres", 47 "REDIS_HOST": "localhost", 48 "REDIS_PORT": "6379" 49 } 50 }, 51 "echo-product-manager": { 52 "command": "/Users/pranav/Documents/echo/agents/product_manager/product_manager", 53 "env": { 54 "DB_HOST": "localhost", 55 "DB_PORT": "5432", 56 "DB_NAME": "echo_org_dev", 57 "DB_USER": "postgres", 58 "DB_PASSWORD": "postgres", 59 "REDIS_HOST": "localhost", 60 "REDIS_PORT": "6379" 61 } 62 }, 63 "echo-senior-architect": { 64 "command": "/Users/pranav/Documents/echo/agents/senior_architect/senior_architect", 65 "env": { 66 "DB_HOST": "localhost", 67 "DB_PORT": "5432", 68 "DB_NAME": "echo_org_dev", 69 "DB_USER": "postgres", 70 "DB_PASSWORD": "postgres", 71 "REDIS_HOST": "localhost", 72 "REDIS_PORT": "6379" 73 } 74 }, 75 "echo-ui-ux-engineer": { 76 "command": "/Users/pranav/Documents/echo/agents/uiux_engineer/uiux_engineer", 77 "env": { 78 "DB_HOST": "localhost", 79 "DB_PORT": "5432", 80 "DB_NAME": "echo_org_dev", 81 "DB_USER": "postgres", 82 "DB_PASSWORD": "postgres", 83 "REDIS_HOST": "localhost", 84 "REDIS_PORT": "6379" 85 } 86 }, 87 "echo-senior-developer": { 88 "command": "/Users/pranav/Documents/echo/agents/senior_developer/senior_developer", 89 "env": { 90 "DB_HOST": "localhost", 91 "DB_PORT": "5432", 92 "DB_NAME": "echo_org_dev", 93 "DB_USER": "postgres", 94 "DB_PASSWORD": "postgres", 95 "REDIS_HOST": "localhost", 96 "REDIS_PORT": "6379" 97 } 98 }, 99 "echo-test-lead": { 100 "command": "/Users/pranav/Documents/echo/agents/test_lead/test_lead", 101 "env": { 102 "DB_HOST": "localhost", 103 "DB_PORT": "5432", 104 "DB_NAME": "echo_org_dev", 105 "DB_USER": "postgres", 106 "DB_PASSWORD": "postgres", 107 "REDIS_HOST": "localhost", 108 "REDIS_PORT": "6379" 109 } 110 } 111 } 112 }