Deterministic MCP server that scores code risk BEFORE execution. Returns ALLOW or BLOCK with full reasoning. Same inputs → same output. Always.
Server Config
{
"mcpServers": {
"teos-mcp-codeguard": {
"command": "npx",
"args": [
"@elmahrosa/teos-mcp-codeguard"
]
}
}
}