Umbra for Cursor
io.github.elberacasa/umbra
Trust score for AI-generated code: scan repos, guard agent file writes, get a 0-100 score.
client:Cursor
transport:stdio
runtime:npm
Install Umbra in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"umbra": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@elberacasa/umbra"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs