WealthTech MCP SSH Bridge
A read-only MCP server that exposes controlled SSH tools to inventory, document, and prepare operations on WealthTech servers for AI assistants like ChatGPT and Codex.
README
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.33 - S2 :
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.
URL cible
https://mcp.wealthtechinnovations.com/mcp
Installation locale
npm install
cp .env.example .env
npm run build
npm run start
Variables 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-bridge - Runtime initial : PM2 ou Docker Compose
- Reverse proxy : Nginx/Plesk vers
127.0.0.1:8787 - HTTPS obligatoire
- Authentification : header
Authorization: Bearer <MCP_AUTH_TOKEN>
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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.