33800 Docs

← Retour

Proposition : Ajouter section MCP au CLAUDE.md

Date : 28/01/2026 01:14 Status : IMPLEMENTEE Priorité : HAUTE Impact : Documentation critique

Contexte

Claude a accès à deux types de ressources :

  1. Fichiers locaux : CLAUDE.md, memory/, index/, etc.
  2. MCPs (Model Context Protocol) : Outils pour interagir directement avec les services

Cette information doit être en haut du CLAUDE.md pour que Claude l'utilise systématiquement.

Modification proposée

Ajouter après la section "RÈGLES OBLIGATOIRES" une nouvelle section :

---

## 🔧 Outils MCP Disponibles (UTILISER EN PRIORITÉ)

**Config** : `~/.claude/settings.json`
**Server** : `/stock_8to/33800-stack/projects/mcp-claude-tools/server.py`

| Outil | Description | Usage |
|-------|-------------|-------|
| `memory_search` | Recherche sémantique mémoire vectorielle | Trouver infos dans docs/memory |
| `memory_namespaces` | Stats namespaces mémoire | Voir ce qui est indexé |
| `connector_fetch` | Appeler APIs via Connectors Hub | GitHub, Jellyfin, Proxmox, Supabase, Mailjet, Nextcloud |
| `connector_list` | Liste connecteurs/instances | Voir APIs disponibles |
| `ssh_execute` | Commandes SSH distantes | Exécuter sur PVE, prod-portainer, nginx, win11, gitlab |
| `notify_send` | Notifications push/mail | Alerter l'utilisateur |
| `ai_job` | Jobs AI Orchestrator | Lancer tâches IA (whisper, yolo, ollama) |
| `ai_status` | Status GPU/queue/outils | Vérifier disponibilité IA |
| `ai_job_status` | Status d'un job | Suivre progression job IA |

### Instances SSH préconfigurées

| Instance | Host |
|----------|------|
| PVE-SSH | 192.168.1.4 |
| prod-portainer-SSH | 192.168.1.12 |
| nginx-SSH | 192.168.1.104 |
| win11-SSH | 192.168.1.30 |
| gitlab-SSH | 192.168.1.196 |

> **IMPORTANT** : Préférer les outils MCP aux commandes bash quand possible. Ils sont authentifiés et intégrés.

Emplacement

Après ligne ~30 (fin des INTERDICTIONS ABSOLUES), avant "Projets GitLab sans CI/CD".

Validation requise

Status

TERMINÉ - 28/01/2026 01:15 Section ajoutée après les interdictions absolues, avant "Projets GitLab sans CI/CD".