aiglare for Cursor
io.github.nugehs/aiglare
Audit AI/LLM features for governance guardrails: confidence, fallback, validation, human-in-loop.
client:Cursor
transport:stdio
runtime:npm
Install aiglare in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"aiglare": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nugehs/aiglare"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs