Copado-MCP-Server
by 5p875v6f46-ai
Overview
Automates comprehensive Salesforce process documentation (including validations, business rules, escalations, KPIs, security controls, and visual flow diagrams) using Copado AI's Build Expert model, integrating with LLM clients via MCP (stdio) or HTTP.
Installation
npm run start:stdioEnvironment Variables
- COPADO_API_URL
- COPADO_API_KEY
- COPADO_ORG_ID
- COPADO_WORKSPACE_ID
Security Notes
The `start-server.sh` script, if present and used, hardcodes critical Copado AI API credentials (URL, Key, Org ID, Workspace ID) directly in the file. This is a severe security vulnerability, as these secrets would be exposed if the script is committed to version control or shared. While other parts of the code correctly use environment variables, the existence of this script with hardcoded secrets significantly lowers the overall security assessment. Additionally, the HTTP server uses `cors()` with default wide-open settings, which should be restricted in production environments.
Similar Servers
docfork
Provides live-synced, context-aware, and version-accurate documentation to AI models, preventing hallucinations and context bloat for developer tasks.
mcp-server-nodejs-api-docs
Provides up-to-date Node.js API documentation and release schedule information as a service via the Model Context Protocol.
doc-bot
An intelligent MCP (Model Context Protocol) server that enhances AI coding assistants by providing smart documentation management and API references for deep project understanding.
DAUT
AI-powered tool to automatically generate and maintain documentation for codebases using LLMs and RAG.