Skip to main content
Glama
ValentinoWang

Control-PromotionMCP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOSTNoHost to bind the HTTP server (only for http mode).127.0.0.1
MODENoTransport mode: stdio or http.stdio
PORTNoPort to bind the HTTP server (only for http mode).8765
ADAPTERYesPath to the project adapter YAML file.
PROJECT_ROOTYesPath to the project root directory.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription
review-control-candidateReview a proposed rule, guard, skill, or remediation and decide its control level.
promote-experienceTurn an incident, repeated fix, or experience into a control asset decision.
retire-guardAssess whether an old guard can be retired after stronger prevention exists.

Resources

Contextual data attached and managed by the client

NameDescription
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