We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/activepieces/activepieces'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
fr.json•6.24 KiB
{
"AI-powered code editor with cloud agents that can work on your repositories. Launch agents, monitor their status, and automate code-related tasks.": "Éditeur de code basé sur l'IA avec des agents cloud qui peuvent travailler sur vos dépôts. Lancez des agents, surveillez leur statut et automatisez les tâches liées au code.",
"\nUser API Keys provide secure, programmatic access to your Cursor account, including the Cloud Agent API.\n\nTo get your API Key:\n1. Go to cursor.com/dashboard?tab=cloud-agents\n2. Scroll to the \"User API Keys\" section\n3. Click \"+ New API Key\"\n4. Copy the generated key (format: key_...)\n\nTreat your API key like a password: keep it secure and never share it publicly.\nNote: The Cloud Agent API is in beta.\n ": "\nUser API Keys provide secure, programmatic access to your Cursor account, including the Cloud Agent API.\n\nTo get your API Key:\n1. Go to cursor.com/dashboard?tab=cloud-agents\n2. Scroll to the \"User API Keys\" section\n3. Click \"+ New API Key\"\n4. Copy the generated key (format: key_...)\n\nTreat your API key like a password: keep it secure and never share it publicly.\nNote: The Cloud Agent API is in beta.\n ",
"Launch Agent": "Agent de Lancement",
"Add Followup Instruction to Agent": "Ajouter une instruction de suivi à l'agent",
"Find Agent Status": "Trouver le statut de l'agent",
"Delete Agent": "Supprimer l'agent",
"Start a new cloud agent to work on your repository": "Démarrer un nouvel agent cloud pour travailler sur votre dépôt",
"Adds follow-up instructions to a running cloud agent": "Ajoute des instructions de suivi à un agent cloud en cours d'exécution",
"Retrieve the current status and results of a cloud agent": "Récupérer le statut actuel et les résultats d'un agent cloud",
"Delete a cloud agent. This action is permanent and cannot be undone.": "Supprimer un agent cloud. Cette action est permanente et ne peut pas être annulée.",
"Task Prompt": "Task Prompt",
"Images": "Images",
"Model": "Modélisation",
"Repository URL": "URL du dépôt",
"Base Branch/Ref": "Branche/Réf de base",
"Auto Create Pull Request": "Création automatique d'une demande d'ajout",
"Open as Cursor GitHub App": "Ouvrir comme application GitHub du curseur",
"Skip Reviewer Request": "Ignorer la requête de l'évaluateur",
"Custom Branch Name": "Nom de la branche personnalisé",
"Webhook URL": "URL du Webhook",
"Webhook Secret": "Secret du Webhook",
"Agent": "Agent",
"Instruction Text": "Texte d'instruction",
"The instruction text for the agent": "Le texte d'instruction pour l'agent",
"Optional images to include with the prompt (max 5)": "Images optionnelles à inclure avec l'invite (max 5)",
"The LLM to use (e.g., claude-4-sonnet). Leave empty to use the default model.": "Le LLM à utiliser (par exemple, claude-4-sonnet). Laisser vide pour utiliser le modèle par défaut.",
"GitHub repository URL (e.g., https://github.com/your-org/your-repo)": "URL du dépôt GitHub (par exemple, https://github.com/votre-org/votre-dépôt)",
"Git ref (branch name, tag, or commit hash) to use as the base branch": "Réf Git (nom de la branche, balise, ou hachage de livraison) à utiliser comme branche de base",
"Automatically create a pull request when the agent completes": "Créer automatiquement une pull request lorsque l'agent termine",
"Open the pull request as the Cursor GitHub App instead of as the user. Only applies if auto-create PR is enabled.": "Ouvrir la demande d'ajout en tant qu'application GitHub Cursor au lieu de l'utilisateur. Ne s'applique que si la création automatique de PR est activée.",
"Skip adding the user as a reviewer to the pull request. Only applies if auto-create PR is enabled and opened as Cursor GitHub App.": "Ignorer l'ajout de l'utilisateur en tant que réviseur à la demande de pull. Ne s'applique que si la création automatique de PR est activée et ouverte en tant qu'application GitHub de Cursor.",
"Custom branch name for the agent to create": "Nom de la branche personnalisée à créer par l'agent",
"URL to receive webhook notifications about agent status changes": "URL pour recevoir les notifications du webhook sur les changements de statut de l'agent",
"Secret key for webhook payload verification (minimum 32 characters)": "Clé secrète pour la vérification de la charge utile du webhook (minimum 32 caractères)",
"Select a cloud agent": "Sélectionnez un agent cloud",
"The follow-up instruction text for the agent": "Le texte d'instruction de suivi pour l'agent",
"Optional images to include with the instruction (max 5)": "Images optionnelles à inclure avec l'instruction (max 5)",
"New Agent": "Nouvel Agent",
"Agent Status Equals": "Statut d'agent égal à égal",
"Agent Pull Request Created": "Demande de tirage de l'agent créée",
"New Agent Conversation Message": "Nouveau message de conversation d'agent",
"Agent Status Changed (Webhook)": "Statut de l'agent modifié (Webhook)",
"Triggers when a new Cursor agent is created or when agent status changes": "Déclenche quand un nouvel agent de curseur est créé ou quand le statut de l'agent change",
"Triggers when a Cursor agent has the specified status (e.g., \"FINISHED\", \"FAILED\")": "Déclenche lorsqu'un agent Curseur a le statut spécifié (par exemple, \"FINISHED\", \"ÉCHOISISS\")",
"Triggers when a background agent creates a pull request": "Déclenche lorsqu'un agent en arrière-plan crée une demande de fusion",
"Triggers when a new message appears in a specific agent's conversation": "Déclenche lorsqu'un nouveau message apparaît dans la conversation d'un agent spécifique",
"Triggers when an agent status changes (ERROR or FINISHED). Configure this webhook URL when launching an agent.": "Déclenche quand le statut d'un agent change (ERREUR ou FINISHED). Configurer cette URL de webhook lors du lancement d'un agent.",
"Status": "Statut",
"The status to watch for": "Le statut à surveiller pour",
"Optional webhook secret for signature verification. Must match the secret used when launching the agent.": "Secret de webhook facultatif pour la vérification de la signature. Doit correspondre au secret utilisé lors du lancement de l'agent.",
"CREATING": "En cours de création",
"RUNNING": "EN COURS",
"FINISHED": "TERMINÉ",
"FAILED": "ÉCHEC"
}