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
zh.json•5.63 KiB
{
"AI-powered code editor with cloud agents that can work on your repositories. Launch agents, monitor their status, and automate code-related tasks.": "AI-powered code editor with cloud agents that can work on your repositories. Launch agents, monitor their status, and automate code-related tasks.",
"\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": "Launch Agent",
"Add Followup Instruction to Agent": "Add Followup Instruction to Agent",
"Find Agent Status": "Find Agent Status",
"Delete Agent": "Delete Agent",
"Start a new cloud agent to work on your repository": "Start a new cloud agent to work on your repository",
"Adds follow-up instructions to a running cloud agent": "Adds follow-up instructions to a running cloud agent",
"Retrieve the current status and results of a cloud agent": "Retrieve the current status and results of a cloud agent",
"Delete a cloud agent. This action is permanent and cannot be undone.": "Delete a cloud agent. This action is permanent and cannot be undone.",
"Task Prompt": "Task Prompt",
"Images": "Images",
"Model": "Model",
"Repository URL": "存储库 URL",
"Base Branch/Ref": "Base Branch/Ref",
"Auto Create Pull Request": "Auto Create Pull Request",
"Open as Cursor GitHub App": "Open as Cursor GitHub App",
"Skip Reviewer Request": "Skip Reviewer Request",
"Custom Branch Name": "Custom Branch Name",
"Webhook URL": "Webhook URL",
"Webhook Secret": "Webhook Secret",
"Agent": "Agent",
"Instruction Text": "Instruction Text",
"The instruction text for the agent": "The instruction text for the agent",
"Optional images to include with the prompt (max 5)": "Optional images to include with the prompt (max 5)",
"The LLM to use (e.g., claude-4-sonnet). Leave empty to use the default model.": "The LLM to use (e.g., claude-4-sonnet). Leave empty to use the default model.",
"GitHub repository URL (e.g., https://github.com/your-org/your-repo)": "GitHub repository URL (e.g., https://github.com/your-org/your-repo)",
"Git ref (branch name, tag, or commit hash) to use as the base branch": "Git ref (branch name, tag, or commit hash) to use as the base branch",
"Automatically create a pull request when the agent completes": "Automatically create a pull request when the agent completes",
"Open the pull request as the Cursor GitHub App instead of as the user. Only applies if auto-create PR is enabled.": "Open the pull request as the Cursor GitHub App instead of as the user. Only applies if auto-create PR is enabled.",
"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.": "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.",
"Custom branch name for the agent to create": "Custom branch name for the agent to create",
"URL to receive webhook notifications about agent status changes": "URL to receive webhook notifications about agent status changes",
"Secret key for webhook payload verification (minimum 32 characters)": "Secret key for webhook payload verification (minimum 32 characters)",
"Select a cloud agent": "Select a cloud agent",
"The follow-up instruction text for the agent": "The follow-up instruction text for the agent",
"Optional images to include with the instruction (max 5)": "Optional images to include with the instruction (max 5)",
"New Agent": "New Agent",
"Agent Status Equals": "Agent Status Equals",
"Agent Pull Request Created": "Agent Pull Request Created",
"New Agent Conversation Message": "New Agent Conversation Message",
"Agent Status Changed (Webhook)": "Agent Status Changed (Webhook)",
"Triggers when a new Cursor agent is created or when agent status changes": "Triggers when a new Cursor agent is created or when agent status changes",
"Triggers when a Cursor agent has the specified status (e.g., \"FINISHED\", \"FAILED\")": "Triggers when a Cursor agent has the specified status (e.g., \"FINISHED\", \"FAILED\")",
"Triggers when a background agent creates a pull request": "Triggers when a background agent creates a pull request",
"Triggers when a new message appears in a specific agent's conversation": "Triggers when a new message appears in a specific agent's conversation",
"Triggers when an agent status changes (ERROR or FINISHED). Configure this webhook URL when launching an agent.": "Triggers when an agent status changes (ERROR or FINISHED). Configure this webhook URL when launching an agent.",
"Status": "状态",
"The status to watch for": "The status to watch for",
"Optional webhook secret for signature verification. Must match the secret used when launching the agent.": "Optional webhook secret for signature verification. Must match the secret used when launching the agent.",
"CREATING": "CREATING",
"RUNNING": "RUNNING",
"FINISHED": "FINISHED",
"FAILED": "FAILED"
}