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
es.json•6.15 KiB
{
"AI-powered code editor with cloud agents that can work on your repositories. Launch agents, monitor their status, and automate code-related tasks.": "Editor de código AI-powered con agentes en la nube que pueden trabajar en tus repositorios. Ejecuta agentes, supervisa su estado y automatiza las tareas relacionadas con el código.",
"\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 ": "\nLas claves de API de usuario proporcionan acceso seguro y programático a su cuenta de Cursor, incluyendo la API del agente de nube.\n\nPara obtener tu clave API:\n1. Ve a cursor.com/dashboard?tab=cloud-agents\n2. Desplázate a la sección \"User API Keys\"\n3. Haga clic en \"+ Nueva clave API\"\n4. Copie la clave generada (formato: llave_...\n\nTrata tu clave API como una contraseña: manténgala segura y nunca la compartas públicamente.\nNota: La API del agente de nube está en fase beta.\n ",
"Launch Agent": "Ejecutar agente",
"Add Followup Instruction to Agent": "Añadir instrucción de seguimiento al agente",
"Find Agent Status": "Buscar estado del agente",
"Delete Agent": "Eliminar agente",
"Start a new cloud agent to work on your repository": "Iniciar un nuevo agente en la nube para trabajar en su repositorio",
"Adds follow-up instructions to a running cloud agent": "Añade instrucciones de seguimiento a un agente de nube en ejecución",
"Retrieve the current status and results of a cloud agent": "Recuperar el estado actual y los resultados de un agente en la nube",
"Delete a cloud agent. This action is permanent and cannot be undone.": "Eliminar un agente en la nube. Esta acción es permanente y no se puede deshacer.",
"Task Prompt": "Task Prompt",
"Images": "Imágenes",
"Model": "Modelo",
"Repository URL": "URL del repositorio",
"Base Branch/Ref": "Rama base/Ref",
"Auto Create Pull Request": "Auto crear Pull Request",
"Open as Cursor GitHub App": "Abrir como Cursor GitHub App",
"Skip Reviewer Request": "Omitir la solicitud del revisor",
"Custom Branch Name": "Nombre de rama personalizada",
"Webhook URL": "URL de Webhook",
"Webhook Secret": "Webhook secreto",
"Agent": "Agente",
"Instruction Text": "Texto de Instrucción",
"The instruction text for the agent": "El texto de instrucción para el agente",
"Optional images to include with the prompt (max 5)": "Imágenes opcionales a incluir con el prompt (máx. 5)",
"The LLM to use (e.g., claude-4-sonnet). Leave empty to use the default model.": "El LLM a usar (por ejemplo, claude-4-sonnet). Dejar vacío para usar el modelo por defecto.",
"GitHub repository URL (e.g., https://github.com/your-org/your-repo)": "URL del repositorio de GitHub (e.g., https://github.com/your-org/your-repo)",
"Git ref (branch name, tag, or commit hash) to use as the base branch": "Ref de Git (nombre de rama, etiqueta o hash de commit) a usar como la rama base",
"Automatically create a pull request when the agent completes": "Crear automáticamente un pull request cuando el agente se complete",
"Open the pull request as the Cursor GitHub App instead of as the user. Only applies if auto-create PR is enabled.": "Abrir el pull request como la aplicación de GitHub Cursor en lugar de como usuario. Sólo se aplica si la auto-creación de PR está habilitada.",
"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.": "Omitir añadir al usuario como revisor a la solicitud de extracción. Sólo se aplica si la creación automática de PR está activada y abierta como la aplicación de GitHub de Cursor.",
"Custom branch name for the agent to create": "Nombre de rama personalizada para el agente a crear",
"URL to receive webhook notifications about agent status changes": "URL para recibir notificaciones de webhook sobre los cambios de estado del agente",
"Secret key for webhook payload verification (minimum 32 characters)": "Clave secreta para la verificación de carga útil del webhook (mínimo 32 caracteres)",
"Select a cloud agent": "Seleccione un agente de la nube",
"The follow-up instruction text for the agent": "El texto de instrucción de seguimiento para el agente",
"Optional images to include with the instruction (max 5)": "Imágenes opcionales a incluir con la instrucción (máx. 5)",
"New Agent": "Nuevo agente",
"Agent Status Equals": "Equales de estado del agente",
"Agent Pull Request Created": "Agent Pull Request Creado",
"New Agent Conversation Message": "Nuevo mensaje de conversación del agente",
"Agent Status Changed (Webhook)": "Estado del agente cambiado (Webhook)",
"Triggers when a new Cursor agent is created or when agent status changes": "Dispara cuando se crea un nuevo agente Cursor o cuando cambia el estado del agente",
"Triggers when a Cursor agent has the specified status (e.g., \"FINISHED\", \"FAILED\")": "Dispara cuando un agente cursor tiene el estado especificado (por ej., \"FINISHED\", \"FAILED\")",
"Triggers when a background agent creates a pull request": "Dispara cuando un agente en segundo plano crea un pull request",
"Triggers when a new message appears in a specific agent's conversation": "Dispara cuando un nuevo mensaje aparece en la conversación de un agente específico",
"Triggers when an agent status changes (ERROR or FINISHED). Configure this webhook URL when launching an agent.": "Se activa cuando el estado de un agente cambia (ERROR o FINISHED). Configura esta URL de webhook al lanzar un agente.",
"Status": "Estado",
"The status to watch for": "El estado a observar",
"Optional webhook secret for signature verification. Must match the secret used when launching the agent.": "Secreto opcional de webhook para la verificación de firmas. Debe coincidir con el secreto usado al lanzar el agente.",
"CREATING": "CREATING",
"RUNNING": "RUNDIANDO",
"FINISHED": "FINISHADO",
"FAILED": "FALLO"
}