copado_mcp
Verified Safeby gauravkheterpal
Overview
Exposes Copado DevOps capabilities to LLMs for managing user stories, promotions, and deployments.
Installation
python3 -m copado_mcp.serverEnvironment Variables
- SALESFORCE_INSTANCE_URL
- SALESFORCE_ACCESS_TOKEN
Security Notes
The server uses environment variables for Salesforce API credentials, which is a secure practice. It runs over stdio, limiting direct network exposure. Reliance on Salesforce REST API security and permissions is external to this server's code but critical for overall security. No 'eval' or obvious malicious patterns found.
Similar Servers
cclsp
MCP server to integrate LLM-based coding agents with Language Server Protocol (LSP) servers for robust symbol resolution and code navigation.
mcp
Facilitating LLM interaction with Salesforce orgs to read, manage, and operate Salesforce resources, including specialized tasks like detecting and fixing Apex performance antipatterns, managing DevOps workflows, and performing code analysis.
azure-devops-mcp-server
Exposes Azure DevOps operations as tools for AI assistants, enabling AI agents to automate tasks like creating work items, managing pull requests, and queuing builds.
coroot-mcp
Turns Coroot observability stack into LLM-callable tools for root-cause analysis, enabling AI assistants to triage incidents and generate summaries.