Trust score for AI-generated code: scan repos, guard agent file writes, get a 0-100 score.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @elberacasa/umbra
MCP client config
{
"mcpServers": {
"umbra": {
"command": "npx",
"args": [
"-y",
"@elberacasa/umbra"
]
}
}
}