PluginBench
MCP Server

io.github.nugehs/aiglare MCP Server

io.github.nugehs/aiglare

What is the io.github.nugehs/aiglare MCP server?

Audit AI/LLM features for governance guardrails: confidence, fallback, validation, human-in-loop.

How to install io.github.nugehs/aiglare

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aiglare": {
      "command": "npx",
      "args": [
        "-y",
        "@nugehs/aiglare",
        "mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "aiglare": {
      "command": "npx",
      "args": [
        "-y",
        "@nugehs/aiglare",
        "mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "aiglare": {
      "command": "npx",
      "args": [
        "-y",
        "@nugehs/aiglare",
        "mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "aiglare": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@nugehs/aiglare",
        "mcp"
      ]
    }
  }
}
Claude Code
claude mcp add aiglare -- npx -y @nugehs/aiglare mcp

Related MCP servers

Static compliance-controls checker for UK Online Safety Act & ICO Children's Code. CLI + MCP.

View repository →

One ship/no-ship verdict from aiglare, bouncer, tieline & repoctx — the unified merge gate.

View repository →

Local-first code context, impact analysis, and merge-readiness verdicts for AI agents.

View repository →

Static FE-BE contract-drift checker: finds frontend calls the backend does not expose. CLI + MCP.

View repository →