AI code governance for ServiceNow and Salesforce, exposed as an MCP server: instance and scan visibility, real-time validation of components as they're written, and rule lookups, all callable from Cursor, Claude Code, and any MCP-compatible client.
The server is named Quality Clouds Platform and runs over HTTP at https://mcp.qualityclouds.com/mcp.
claude mcp add --scope user --transport http quality-clouds-platform https://mcp.qualityclouds.com/mcp(The CLI does not accept spaces in server names, so the name is kebab-cased here.)
Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json in your project:
{
"mcpServers": {
"Quality Clouds Platform": {
"url": "https://mcp.qualityclouds.com/mcp"
}
}
}Add to .vscode/mcp.json in your project, or to your user MCP configuration:
{
"servers": {
"Quality Clouds Platform": {
"type": "http",
"url": "https://mcp.qualityclouds.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"Quality Clouds Platform": {
"serverUrl": "https://mcp.qualityclouds.com/mcp"
}
}
}Point the client at https://mcp.qualityclouds.com/mcp using the HTTP (streamable) transport and name the server Quality Clouds Platform.
OAuth. Sign in via browser on first connection. Requires a Quality Clouds license. New to Quality Clouds: sign up.
| Capability | What it does |
|---|---|
| Live validation (Livecheck®) | Real-time analysis of a ServiceNow or Salesforce component as it's written, returning issues against your ruleset |
| Instances and scans | Lists your governed instances and recent scan history, and compares instances by issue count or quality score |
| Issues and quality posture | Issue distributions and KPIs by severity, impact area, application, or developer, with filtering for narrower questions |
| Configuration inventory | Configuration element counts by type, creator, and application for a given scan |
| Developer analytics | Issue and technical debt totals by developer |
| Rules | Looks up the active Quality Clouds best practices for a given configuration element type |
| Write-offs | Lists write-off reasons and requests a write-off for one or more issues found during a livecheck |
ServiceNow and Salesforce are both covered; some tools take platform-specific parameters (for example, ServiceNow rule lookups take an instance URL and severity, Salesforce lookups don't).
- Product: qualityclouds.ai
- Documentation: qualityclouds.com/documentation
- Questions and bugs: community
Proprietary. Requires a Quality Clouds license.
Built by Quality Clouds, governing enterprise platforms since 2017.