Repository avatar
Other Tools
v1.0.1
active

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":

  1. Generate: Your AI drafts the initial code.
  2. Validate (Invisible): It privately runs the code through LivecheckAI.
  3. Correct: If issues are found, the AI fixes them immediately.
  4. 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

RepoDescription
qualityclouds-github-actionRun Quality Clouds checks in GitHub Actions
qualityclouds-servicenow-pluginServiceNow developer plugin integration
qualityclouds-api-examplesSample code using the REST API

๐Ÿ“˜ Documentation


๐Ÿง‘โ€๐Ÿ’ป Contributing

We welcome contributions! Here's how to get started:

  1. Fork the repo
  2. Create a feature branch: git checkout -b feat/my-feature
  3. Commit changes: git commit -am 'Add feature'
  4. Push and create a pull request

Check out CONTRIBUTING.md and CODE_OF_CONDUCT.md for more info.


๐Ÿ’ฌ Community & Support


๐Ÿ›ก 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