MCP.so
ログイン

Quality Clouds Hub

@qualityclouds

Quality Clouds Hub について

AI code governance rules injected into Cursor, Claude Code and other MCP clients at generation time.

基本情報

カテゴリ

開発者ツール

ランタイム

remote

公開者

qualityclouds

投稿者

albert franquesa

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "qualityclouds-hub": {
      "url": "https://api.qualityclouds.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Quality Clouds Hub?

An MCP server that injects AI code governance rules into Cursor, Claude Code and other MCP clients at generation time. It connects your AI development tool to a rule library built around the error patterns AI-generated code typically contains, so the model writes compliant code from the first line instead of getting corrected after.

How to use Quality Clouds Hub

Sign up at portal.qualityclouds.ai (one click, permanent free tier), generate an API key on the MCP Connections page, and add the remote server to your client. Working config snippets for Claude Code and Cursor are in the repository README.

Key features of Quality Clouds Hub

  • Remote server (Streamable HTTP): https://api.qualityclouds.ai/mcp, no local install
  • Stack detection: rulesets activate automatically for the detected stack, across six functional areas: Security, Performance, Scalability, Manageability, Maintainability and Architecture
  • Rules target the mistakes AI tools actually make: exposed service-role keys, hardcoded credentials, missing error checks on mutations, client-side JWT decoding, missing rate limiting
  • Every session is recorded: rules verified, violations fixed (file and lines), violations prevented, and which model did the work
  • Repository Production-Ready Score in your workspace at portal.qualityclouds.ai
  • Works with Cursor, Claude Code, Lovable, Replit and any MCP-compatible client

Use cases of Quality Clouds Hub

  • Make Cursor or Claude Code follow your coding standards without maintaining rules files per tool
  • Catch AI-typical security mistakes at generation time instead of in review
  • Keep a per-file, per-rule, per-model record of what your AI tools checked, fixed and prevented
  • Score a repository's production readiness before shipping AI-generated code

FAQ from Quality Clouds Hub

Where is the source code for Quality Clouds Hub?

The server is a hosted remote service. Setup instructions and documentation live at github.com/qualityclouds/hub-mcp.

Is it free?

Yes. The free tier is permanent. Sign-up and API key take one click at portal.qualityclouds.ai.

Does it work without an API key?

No. The key ties every governance action to a workspace, which is what makes the session record meaningful.

コメント

「開発者ツール」の他のコンテンツ