
mcp-server-qualityclouds
com.qualityclouds/mcp-server-qualityclouds
Secure MCP runtime server for scanning and autofixing code issues
Documentation
qualityclouds
๐งช Quality Clouds Integration
This is the official Model Context Protocol (MCP) server for Quality Clouds โ the governance layer for human and AI-generated code.
This server bridges the gap between probabilistic AI generation and deterministic enterprise governance. It enables AI coding assistants (like Claude Desktop, Cursor, or IDE agents) to interface directly with the Quality Clouds platform to retrieve policy context, validate logic in real-time, and query technical debt profiles.
โ Designed for developers, architects, and DevOps teams who care about scalable, maintainable enterprise cloud code.
The Core Concept: You don't ask for a code check. You ask for code, and the AI automatically validates and fixes it against your ruleset before displaying the final result.
๐ Overview
AI coding assistants often generate code that looks correct but contains hidden security risks or performance violations (e.g., SOQL injection in Salesforce, inefficiency in ServiceNow loops).
This MCP server solves that by introducing a "Self-Correction Loop":
- Generate: Your AI drafts the initial code.
- Validate (Invisible): It privately runs the code through LivecheckAI.
- Correct: If issues are found, the AI fixes them immediately.
- Deliver: You receive the final, clean, and compliant code.
๐ง Capabilities (Tools)
This server exposes the following tool to your AI assistant:
run_livecheck
Performs a real-time scan of a code snippet.
- What it does: Returns a list of severity-rated issues and remediation advice.
- How it works: The AI calls this tool internally during its thought process to "spellcheck" its own logic.
๐ Supported Platforms
LivecheckAI supports real-time validation for:
- ServiceNow (Server-side scripts, Client scripts)
- Salesforce (Apex, LWC, Visualforce)
- Microsoft Dynamics 365 (C# Plugins, TypeScript)
- Javascript / React (General web standards)
๐ฆ Installation & Configuration
1. Get your Free API Key
You need a Quality Clouds API key to run scans.
- ๐ Sign Up for Free
- Log in and navigate to your Profile to generate an API Key.
2. Install the Server
Ensure you have uv or pip installed.
Claude Desktop Configuration (claude_desktop_config.json):
{
"mcpServers": {
"qualityclouds": {
"command": "uv",
"args": [
"--directory",
"/path/to/mcp-server-qualityclouds",
"run",
"mcp-server-qualityclouds"
],
"env": {
"QC_API_KEY": "your_api_key_here",
"QC_INSTANCE_URL": "[https://api.qualityclouds.com](https://api.qualityclouds.com)"
}
}
}
}
๐ Example Projects
| Repo | Description |
|---|---|
qualityclouds-github-action | Run Quality Clouds checks in GitHub Actions |
qualityclouds-servicenow-plugin | ServiceNow developer plugin integration |
qualityclouds-api-examples | Sample code using the REST API |
๐ Documentation
๐งโ๐ป Contributing
We welcome contributions! Here's how to get started:
- Fork the repo
- Create a feature branch:
git checkout -b feat/my-feature - Commit changes:
git commit -am 'Add feature' - Push and create a pull request
Check out CONTRIBUTING.md and CODE_OF_CONDUCT.md for more info.
๐ฌ Community & Support
- ๐ฌ Slack Community
- ๐ Open an Issue
- ๐ฌ Email us at support@qualityclouds.com
๐ก License
This project is licensed. Free credits available.
โจ About Quality Clouds
โWe help enterprises scale safely in the cloud by making code quality visible, measurable, and actionable.โ
Learn more at www.qualityclouds.ai
No installation packages available.