Norma MCP Server
Activates FastAPI-specific rulesets for deterministic code review, covering security, performance, scalability, manageability, maintainability, and architecture.
Provides deterministic code review for JavaScript files, checking code against stack-specific rulesets that cover security, performance, scalability, manageability, maintainability, and architecture.
Provides deterministic code review for PHP files, checking code against stack-specific rulesets that cover security, performance, scalability, manageability, maintainability, and architecture.
Provides deterministic code review for Python files, checking code against stack-specific rulesets that cover security, performance, scalability, manageability, maintainability, and architecture.
Activates React-specific rulesets for deterministic code review, covering security, performance, scalability, manageability, maintainability, and architecture.
Activates SQLAlchemy-specific rulesets for deterministic code review, covering security, performance, scalability, manageability, maintainability, and architecture.
Activates a Supabase ruleset covering 12 rules, including no service-role keys outside the server, no hardcoded keys or project URLs, mandatory error checks on mutations, no client-side JWT decoding, and rate limiting on edge functions.
Provides deterministic code review for TypeScript files, checking code against stack-specific rulesets that cover security, performance, scalability, manageability, maintainability, and architecture.
Activates Vite-specific rulesets for deterministic code review, covering security, performance, scalability, manageability, maintainability, and architecture.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Norma MCP ServerReview my changes against our stack rules and register the fixes."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Norma MCP Server
Deterministic AI code review, with an audit record. Governance inside the agent loop.
Norma gives your coding agent the rules for your detected stack before it writes, checks each file against them, and records the outcome. The same file and the same rules return the same verdict every time, so what you get back is a record you can show someone rather than an opinion that changes between runs.
Remote server (Streamable HTTP):
https://api.qualityclouds.ai/mcpAuth: OAuth. Sign in via browser on first connection. Permanent free tier.
Works with Cursor, Claude Code, Lovable, Replit and any MCP-compatible client
Stacks covered: TypeScript, JavaScript, Python, PHP, Node, React, Vite, Supabase, FastAPI, SQLAlchemy, Adobe Magento and more
What it does
Rulesets are stack-specific and activate automatically for the stack the server detects. A single repository scan activates rulesets across six functional areas: Security, Performance, Scalability, Manageability, Maintainability and Architecture. The Supabase ruleset alone covers 12 rules, including no service-role keys outside the server, no hardcoded keys or project URLs, mandatory error checks on every mutation, no client-side JWT decoding, and rate limiting on edge functions.
The server exposes six tools:
Tool | What it does |
| Links the current workspace to Norma. Called once, on first connection in a workspace, before any other tool |
| Detects your repository's tech stack, with no configuration, and returns the applicable rulesets, one per language or framework |
| Returns the rules in one ruleset: each rule's ID, name, severity, impact area, description and fix guidance |
| Deterministic check of one file against your organization's rules. Same file, same rules, same verdict every time. Nothing is stored |
| Returns the open issues from the last full scan of the linked repository, each with the context needed to fix it |
| Records what was done in your compliance audit trail: rules verified compliant, violations fixed (file and lines), violations prevented during generation, and which model did the work |
Every session produces a structured record of what was checked, fixed and prevented. Your repository's Production-Ready Score and full findings live in your workspace at norma.qualityclouds.com.
Related MCP server: Argus MCP
How it works
A coding agent connected to Norma follows this sequence:
link_repository: first connection in each workspace, before any other call.get_rulesets: at the start of any coding task.get_rules_for_ruleset: for each relevant ruleset ID; never skipped.The agent writes or modifies code, with those rules in context.
live_check: after each file is created or modified, before moving on.register_applied_actions: after the task, using the exact rule IDs from step 3.
To work through standing issues instead of writing new code, the agent calls get_open_issues and fixes the violations from the repository's last full scan.
Try it in 5 minutes (Claude Code)
Add the server:
claude mcp add --scope user --transport http norma https://api.qualityclouds.ai/mcpCheck it connected:
claude mcp listOn first use, your browser opens to sign in. Free to start, no credit card.
Open a session in any repo and ask Claude Code to review a file against your coding standards. It will link the repository, fetch the rules for your stack, and register the results back to your workspace.
Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"norma": {
"url": "https://api.qualityclouds.ai/mcp"
}
}
}Cursor will prompt you to sign in via browser on first connection.
Lovable
Lovable supports custom MCP servers as chat connectors, so Norma works with no plugin. In your project, open the connectors panel and add a custom MCP server named Norma with server URL https://api.qualityclouds.ai/mcp (HTTP transport, OAuth: your browser opens to sign in on first connection). Then send one message, and Lovable keeps it as a standing rule for the project:
From now on, for every file you create or change, run it through Norma and fix the issues it returns.
One step that is not optional: paste your repository's public GitHub URL in chat so Lovable can call link_repository. Lovable's own git remote is a tokenised URL it will not send to a third party, so until you link, live checks work but audit registration fails.
Full guide, including troubleshooting: docs/LOVABLE.md.
Links
Sign up: norma.qualityclouds.com
Product: qualityclouds.ai/norma
Community, docs and support: github.com/qualityclouds/community
Built by Quality Clouds, the AI Code Governance platform, governing 950+ enterprise platform instances since 2017.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnforces team knowledge and workflow policies for AI coding agents by providing context, decisions, and gates before code changes are made.2151Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables AI-powered, zero-trust code review with multiple models, supporting single files, git diffs, and multiple files, with security, performance, and architecture checks across 10+ languages.13MIT

corbatofficial
AlicenseAqualityBmaintenancePolicy and quality engine for AI coding agents that enforces team coding standards and provides validation gates for agent-assisted software delivery.7534MIT
Rigour MCPofficial
AlicenseNot gradedqualityBmaintenanceEnables AI agents to self-govern by scanning code for hardcoded secrets, structural violations, and AI drift in real-time, providing fix packets for automatic remediation.26MIT
Related MCP Connectors
Runtime AI governance: decision gates, human approval, hash-chained audit, compliance mapping.
Agentic code review, no signup to try: reality gates + frontier-model review, with veto.
Deterministic compliance and vertical knowledge bases for autonomous agents. Free 24hr trial.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/qualityclouds/norma-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server