WealthTech MCP SSH Bridge
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@WealthTech MCP SSH BridgeWhat's the disk usage on S1?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
WealthTech MCP SSH Bridge
Serveur MCP Node.js/TypeScript destiné à exposer à ChatGPT/Codex des outils contrôlés pour inventorier, documenter et préparer les opérations sur les serveurs WealthTech.
Objectif
Ce dépôt contient le MCP wealthtech_ssh_bridge. Il doit permettre une connexion contrôlée vers :
S1 :
root@212.227.212.33S2 :
root@217.160.249.254
Le mode initial est volontairement read-only first : aucune suppression, aucun redémarrage, aucun vidage de dossier, aucune migration destructive ne doit être activée dans la première version.
Related MCP server: ssh-mcp-server
URL cible
https://mcp.wealthtechinnovations.com/mcpAuthentification ChatGPT / OAuth MCP
Le serveur conserve l'authentification historique :
Authorization: Bearer <MCP_AUTH_TOKEN>Pour être découvrable par ChatGPT Apps SDK sans exposer MCP_AUTH_TOKEN, le serveur expose aussi une couche OAuth minimale compatible Authorization Code + PKCE :
GET /.well-known/oauth-protected-resource
GET /.well-known/oauth-authorization-server
GET /oauth/authorize
POST /oauth/tokenPrincipes de sécurité :
/mcpreste protégé ;l'ancien
MCP_AUTH_TOKENreste accepté pour les tests administrateur et les scripts existants ;ChatGPT reçoit uniquement des access tokens OAuth temporaires signés côté serveur ;
MCP_AUTH_TOKENn'est jamais renvoyé dans les réponses OAuth ;le login web existant
/loginsert d'écran d'autorisation administrateur ;le serveur renvoie un header
WWW-Authenticatesur les401MCP pour permettre à ChatGPT de découvrir/.well-known/oauth-protected-resource.
Tests publics attendus :
curl -i https://mcp.wealthtechinnovations.com/health
curl -i https://mcp.wealthtechinnovations.com/.well-known/oauth-protected-resource
curl -i https://mcp.wealthtechinnovations.com/.well-known/oauth-authorization-server
curl -i https://mcp.wealthtechinnovations.com/mcpLe dernier test doit rester en 401 Unauthorized sans token.
Installation locale
npm install
cp .env.example .env
npm run build
npm run startVariables d’environnement
Voir .env.example.
Ne jamais pousser .env, les clés SSH, les dumps SQL, les sauvegardes ou les secrets.
Outils MCP read-only initiaux
pingget_project_contextcheck_disk_s1check_disk_s2pm2_status_s1pm2_status_s2docker_status_s1docker_status_s2list_domains_s1list_domains_s2list_large_files_s1list_large_files_s2list_backups_s1list_backups_s2curl_domain
Documentation obligatoire
La mémoire persistante du projet se trouve dans docs/.
Avant toute modification, lire :
docs/GPT.mddocs/SUIVI.mddocs/ROADMAP.mddocs/TASKS.mddocs/SECURITY.mddocs/MCP_TOOLS.mddocs/AGENTS_ARCHITECTURE.mddocs/AI_SKILLS.md
Déploiement recommandé
Hébergement : S1
Dossier :
/opt/apps/wealthtech-mcp-ssh-bridgeRuntime initial : PM2 ou Docker Compose
Reverse proxy : Nginx/Plesk vers
127.0.0.1:8787HTTPS obligatoire
Authentification historique : header
Authorization: Bearer <MCP_AUTH_TOKEN>Authentification ChatGPT : OAuth minimal via les routes
.well-knownet/oauth/*
Règle de sécurité
Le MCP ne doit pas devenir une console root libre. Il doit exposer uniquement des outils contrôlés, nommés, documentés, journalisés et validés.
Règle permanente — double présence, non-régression et amélioration continue
GitHub est la source versionnée.
Le serveur MCP est la source exécutée.
Les deux doivent toujours être vérifiés ensemble avant et après toute intervention.
Aucune IA ne doit supposer que GitHub et le serveur sont synchronisés sans vérification.
Toute intervention humaine, IA ou automatisée doit respecter :
non-régression obligatoire ;
amélioration continue obligatoire ;
aucune suppression destructive sans sauvegarde, justification et validation ;
aucun secret dans GitHub ;
vérification GitHub + serveur avant modification ;
documentation dans
SUIVI.mdaprès modification ;vérification service, logs et endpoints après déploiement.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Patricked-code/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server