Audit AI/LLM features for governance guardrails: confidence, fallback, validation, human-in-loop.
claude mcp add aiglare -- npx -y @nugehs/aiglare
claude_desktop_config.json
{
"mcpServers": {
"aiglare": {
"command": "npx",
"args": [
"-y",
"@nugehs/aiglare"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"aiglare": {
"command": "npx",
"args": [
"-y",
"@nugehs/aiglare"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"aiglare": {
"command": "npx",
"args": [
"-y",
"@nugehs/aiglare"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"aiglare": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nugehs/aiglare"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"aiglare": {
"command": "npx",
"args": [
"-y",
"@nugehs/aiglare"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.nugehs--aiglare/reviews or the review_server meta-tool.
POST /mcp