L’écosystème MCP grandit vite. La plupart des clients compatibles utilisent le même format JSON que Claude Desktop, avec parfois un emplacement de fichier différent. Voici les principaux.Documentation Index
Fetch the complete documentation index at: https://docs.imoria.net/llms.txt
Use this file to discover all available pages before exploring further.
Règle universelle : tout client qui supporte MCP HTTP/SSE peut pointer sur
https://mcp.imoria.net/mcp. Les modalités d’authentification s’appliquent selon ce qui a été convenu avec Imoria. Le reste est cosmétique.Cline (extension VS Code)
Cline est une extension VS Code qui apporte un agent IA dans l’éditeur.- Réglages :
Cmd+,→ recherche “Cline MCP” → bouton Edit MCP Settings. - Format : identique à Claude Desktop (bloc
mcpServers).
Config Cline
Windsurf
Windsurf (Codeium) supporte MCP via son panneau de configuration.- Réglages : Windsurf → Settings → MCP Servers.
- Ajout : bouton Add Server, type
Remote / HTTP-SSE. - URL :
https://mcp.imoria.net/mcp.
Zed
Zed supporte MCP depuis 2025. Configuration via~/.config/zed/settings.json.
Zed settings.json
Continue
Continue est une extension open source pour VS Code et JetBrains.- Réglages :
~/.continue/config.json.
Continue config.json
Pour un autre client
Chercher dans les réglages du client une section MCP, Model Context Protocol, Tools, ou External agents. Deux informations suffisent :- URL du serveur :
https://mcp.imoria.net/mcp - Transport : HTTP avec Server-Sent Events (SSE)
Compatibilité connue
| Client | Support MCP | Type recommandé |
|---|---|---|
| Claude Desktop | natif | HTTP/SSE |
| Cursor | natif | HTTP/SSE |
| Claude Code (CLI) | natif | HTTP/SSE |
| Cline (VS Code) | natif | HTTP/SSE |
| Windsurf | natif | HTTP/SSE |
| Zed | contextuel | Command + curl |
| Continue | natif | HTTP/SSE |
| Goose | natif | HTTP/SSE |
| OpenCode | natif | HTTP/SSE |
| ChatGPT | pas de MCP natif | Voir HTTP/SSE direct |