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.

评论

开发工具 分类下的更多 MCP 服务器