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
Integrate LLM-based coding agents with Language Server Protocol (LSP) servers to enable robust code navigation, symbol resolution, and refactoring across various programming languages.
mcp
The MCP Server for Salesforce facilitates seamless interaction between large language models (LLMs) and Salesforce orgs, providing a robust set of tools for common development and administrative tasks. This includes static code analysis for performance/security antipatterns, metadata deployment/retrieval, org management, SOQL queries, Apex/Agent testing, and DevOps workflows like work item management and conflict resolution.
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.