Aiglare runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 13 Jun 2026.
Audit AI/LLM features for governance guardrails: confidence, fallback, validation, human-in-loop.
We read the source, 22 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const abs = path.isAbsolute(rel) ? rel : path.join(root, rel);
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add aiglare -- npx -y @nugehs/aiglare
{
"mcpServers": {
"aiglare": {
"args": [
"-y",
"@nugehs/aiglare"
],
"command": "npx"
}
}
}
[mcp_servers.aiglare]
command = "npx"
args = ["-y", "@nugehs/aiglare"]
{
"mcpServers": {
"aiglare": {
"args": [
"-y",
"@nugehs/aiglare"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"aiglare": {
"args": [
"-y",
"@nugehs/aiglare"
],
"command": "npx"
}
}
}
Governance proxy for MCP servers — policy evaluation, human approval, audit trails.
Governance proxy for MCP servers: allowlist, forced dry run, human confirmation, blast radius, audit
Constitutional guardrails and loop detection for AI agents
Human-in-the-loop document extraction: submit a doc, get validated fields and an audit trail.
Constitutional-AI safety guardrails for any LLM — personas, constitutions, adjudication.
Action-level governance for AI agents -- control what they DO, not what they SAY
Universal governance layer for AI agents. MCP-native, fail-closed, audit proofs and rollback.
Pre-execution governance for AI agents. Validates tool calls before they execute.
Answers built from our own checks of this server.