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
pt.json•6.06 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 com agentes de nuvem que podem funcionar em seus repositórios. Inicie agentes, monitore seu status e automatize tarefas relacionadas ao 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 ": "\nChaves de API do usuário fornecem acesso seguro e programático à sua conta do Cursor, incluindo a API do Agente da nuvem.\n\nPara obter sua chave de API:\n1. Vá para cursor.com/dashboard?tab=cloud-agents\n2. Vá para a seção \"User API Keys\"\n3. Clique em \"+ Nova chave de API\"\n4. Copie a chave gerada (formato: chave_...\n\nTratar sua chave de API como uma senha: mantenha-a segura e nunca a compartilhe publicamente.\nNota: A API do agente de nuvem está em beta.\n ",
"Launch Agent": "Iniciar Agente",
"Add Followup Instruction to Agent": "Adicionar Seguindo Instrução ao Agente",
"Find Agent Status": "Encontrar Status do Agente",
"Delete Agent": "Excluir Agente",
"Start a new cloud agent to work on your repository": "Iniciar um novo agente de nuvem para trabalhar em seu repositório",
"Adds follow-up instructions to a running cloud agent": "Adiciona instruções de acompanhamento a um agente de nuvem em execução",
"Retrieve the current status and results of a cloud agent": "Recuperar o status atual e resultados de um agente de nuvem",
"Delete a cloud agent. This action is permanent and cannot be undone.": "Excluir um agente de nuvem. Esta ação é permanente e não pode ser desfeita.",
"Task Prompt": "Task Prompt",
"Images": "Imagens",
"Model": "Modelo",
"Repository URL": "URL do Repositório",
"Base Branch/Ref": "Branch/Ref base",
"Auto Create Pull Request": "Criar pull request automaticamente",
"Open as Cursor GitHub App": "Abrir como Cursor GitHub App",
"Skip Reviewer Request": "Ignorar pedido de revisor",
"Custom Branch Name": "Nome de filial personalizado",
"Webhook URL": "URL do webhook",
"Webhook Secret": "Segredo de Webhook",
"Agent": "Representante",
"Instruction Text": "Texto de instrução",
"The instruction text for the agent": "O texto de instrução para o agente",
"Optional images to include with the prompt (max 5)": "Imagens opcionais para incluir com o prompt (máximo 5)",
"The LLM to use (e.g., claude-4-sonnet). Leave empty to use the default model.": "O LLM a ser usado (por exemplo, claude-4-sonnet). Deixe em branco para usar o modelo padrão.",
"GitHub repository URL (e.g., https://github.com/your-org/your-repo)": "URL do repositório GitHub (por exemplo, https://github.com/seu-org/seu-repo)",
"Git ref (branch name, tag, or commit hash) to use as the base branch": "Git ref (nome da ramificação, tag ou hash de commit) para usar como branch base",
"Automatically create a pull request when the agent completes": "Criar automaticamente uma pull request quando o agente concluir",
"Open the pull request as the Cursor GitHub App instead of as the user. Only applies if auto-create PR is enabled.": "Abra o pull request como o Cursor GitHub App em vez de como o usuário. Só se aplica se a criação automática de PR estiver 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.": "Pular a adição do usuário como revisor no pull request. Só se aplica se a criação automática de PR estiver ativada e aberta como Cursor GitHub App.",
"Custom branch name for the agent to create": "Nome da branch personalizada para o agente a criar",
"URL to receive webhook notifications about agent status changes": "URL para receber notificações webhook sobre alterações de status do agente",
"Secret key for webhook payload verification (minimum 32 characters)": "Chave secreta para verificação da carga do payload webhook (mínimo de 32 caracteres)",
"Select a cloud agent": "Selecione um agente de nuvem",
"The follow-up instruction text for the agent": "O texto de instrução complementar para o agente",
"Optional images to include with the instruction (max 5)": "Imagens opcionais a incluir com instrução (máximo 5)",
"New Agent": "Novo Agente",
"Agent Status Equals": "Status do Representante Igual",
"Agent Pull Request Created": "Solicitação de Pull do Agente criada",
"New Agent Conversation Message": "Nova mensagem de conversa de agente",
"Agent Status Changed (Webhook)": "Status do Agente Alterado (Webhook)",
"Triggers when a new Cursor agent is created or when agent status changes": "Dispara quando um novo agente de Cursor é criado ou quando o status do agente muda",
"Triggers when a Cursor agent has the specified status (e.g., \"FINISHED\", \"FAILED\")": "Aciona quando um agente Cursor tem o status especificado (por exemplo, \"FINISHED\", \"FALHOD\")",
"Triggers when a background agent creates a pull request": "Dispara quando um agente em segundo plano cria uma solicitação de pull request",
"Triggers when a new message appears in a specific agent's conversation": "Dispara quando uma nova mensagem aparece em um agente específico",
"Triggers when an agent status changes (ERROR or FINISHED). Configure this webhook URL when launching an agent.": "Aciona quando um agente muda de status (ERRO ou FINISHADO). Configure esta URL de webhook ao iniciar um agente.",
"Status": "Estado",
"The status to watch for": "O status para assistir",
"Optional webhook secret for signature verification. Must match the secret used when launching the agent.": "Segredo de webhook opcional para verificação de assinatura. Deve coincidir com o segredo usado ao iniciar o agente.",
"CREATING": "CRIANDO",
"RUNNING": "CORRENDO",
"FINISHED": "FINALIZADO",
"FAILED": "FALHA"
}