deploy: betterhuman-designs
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"tenx-pm": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"tsx",
|
||||
"/app/src/pm/mcp-server.ts"
|
||||
],
|
||||
"env": {
|
||||
"PROJECT_ID": "8a14e99e-54e4-459e-8f3f-17006c17956a",
|
||||
"USER_ID": "a45af1b6-f432-41cd-9c21-fac1716344f8",
|
||||
"INTERNAL_API_URL": "http://localhost:3001"
|
||||
}
|
||||
},
|
||||
"playwright": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"@playwright/mcp",
|
||||
"--headless"
|
||||
]
|
||||
},
|
||||
"coolify": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"@masonator/coolify-mcp@latest"
|
||||
],
|
||||
"env": {
|
||||
"COOLIFY_ACCESS_TOKEN": "1|SNGNf0V2CsRwjKE3IRP5CDp4haMwb54EvQev4iClaa7ad838",
|
||||
"COOLIFY_BASE_URL": "https://coolify.tenx.dot8.in"
|
||||
}
|
||||
},
|
||||
"signoz": {
|
||||
"command": "npx",
|
||||
"args": [
|
||||
"-y",
|
||||
"signoz-mcp-server@latest"
|
||||
],
|
||||
"env": {
|
||||
"SIGNOZ_BASE_URL": "http://100.64.0.10:3301",
|
||||
"SIGNOZ_API_KEY": "m1PP5QrtG3dZBdkY2u1Rm1Z9l/UeGNZ5yJUnhduc4RE="
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user