Control-PromotionMCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host to bind the HTTP server (only for http mode). | 127.0.0.1 |
| MODE | No | Transport mode: stdio or http. | stdio |
| PORT | No | Port to bind the HTTP server (only for http mode). | 8765 |
| ADAPTER | Yes | Path to the project adapter YAML file. | |
| PROJECT_ROOT | Yes | Path to the project root directory. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| inspect_projectC | Inspect repository structure and detected governance controls. |
| evaluate_control_candidateB | Evaluate a proposed rule, guard, skill, or remediation and decide its control maturity. |
| route_control_destinationC | Route a failure class to docs, Skill, quality guard, QA harness, or contract prevention. |
| validate_smell_catalogB | Validate a smell catalog file for required control-promotion fields. |
| validate_project_adapterC | Validate a project adapter file. |
| render_smell_gate_reportC | Render a Markdown smell gate report from a candidate or review object. |
| check_ssot_linksC | Classify symlinked SSOT paths and recommend safe edit routing. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| review-control-candidate | Review a proposed rule, guard, skill, or remediation and decide its control level. |
| promote-experience | Turn an incident, repeated fix, or experience into a control asset decision. |
| retire-guard | Assess whether an old guard can be retired after stronger prevention exists. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Control maturity ladder | |
| control://routing-matrix | |
| control://smell-rubric | |
| control://proof-obligations | |
| control://retirement-policy | |
| catalog://base | |
| template://smell-gate-report | |
| Project adapter | |
| Project smell catalog |
Latest Blog Posts
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/ValentinoWang/Control-PromotionMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server