Date : 28/01/2026 01:10 Status : TERMINÉ
Créer un serveur MCP (Model Context Protocol) pour donner à Claude Code un accès direct à :
Emplacement : /stock_8to/33800-stack/projects/mcp-claude-tools/
GitLab : https://gitlab.33800.nowhere84.com/gouroubleu/mcp-claude-tools
Fichiers :
server.py - Serveur MCP Pythonrequirements.txt - Dépendances (mcp, httpx)| Outil | Description |
|---|---|
memory_search |
Recherche sémantique dans la mémoire Claude |
memory_namespaces |
Liste des namespaces et stats |
connector_fetch |
Appeler une API via Connectors Hub |
connector_list |
Liste connecteurs/instances |
ssh_execute |
Exécuter commande SSH distante |
notify_send |
Envoyer notification push/mail |
ai_job |
Soumettre job à AI Orchestrator |
ai_status |
Status GPU/queue/outils |
ai_job_status |
Status d'un job spécifique |
Fichier : ~/.claude/settings.json
{
"mcpServers": {
"claude-tools": {
"command": "python3",
"args": ["/stock_8to/33800-stack/projects/mcp-claude-tools/server.py"],
"env": {
"CONNECTORS_URL": "http://192.168.1.12:5400",
"CONNECTORS_EMAIL": "gouroubleu@gmail.com",
"CONNECTORS_PASSWORD": "MyUlia75$w",
"MEMORY_URL": "http://192.168.1.12:5510",
"NOTIFICATIONS_URL": "http://192.168.1.12:5300",
"AI_ORCHESTRATOR_URL": "http://192.168.1.12:5501"
}
}
}
}
| Instance | Host | User |
|---|---|---|
| PVE-SSH | 192.168.1.4 | gouroubleu |
| prod-portainer-SSH | 192.168.1.12 | gouroubleu |
| nginx-SSH | 192.168.1.104 | gouroubleu |
| win11-SSH | 192.168.1.30 | gouro |
| gitlab-SSH | 192.168.1.196 | gouroubleu |
Relancer Claude Code pour charger le MCP Server.
Les nouveaux outils seront disponibles automatiquement :
| Repo | Commit | Description |
|---|---|---|
| mcp-claude-tools | 40bba66 | feat: MCP Server initial |
~/.claude/mcp-claude-tools.json après premier login