AIGlare
Rank #19,129io.github.nugehs/aiglare
Audit AI/LLM features for governance guardrails: confidence, fallback, validation, human-in-loop.
AIGlare is a Model Context Protocol (MCP) server published by nugehs. It ranks #19,129 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. AIGlare is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jun 3, 2026 and most recently updated on Jun 3, 2026.
Ranks ahead of 96,331 of 115,460 servers on MCP Toplist.
Use AIGlare
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add aiglare -- npx -y @nugehs/aiglare mcp[mcp_servers.aiglare]
command = "npx"
args = ["-y", "@nugehs/aiglare", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"aiglare": {
"command": "npx",
"args": [
"-y",
"@nugehs/aiglare",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"aiglare": {
"command": "npx",
"args": [
"-y",
"@nugehs/aiglare",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"aiglare": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nugehs/aiglare",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"aiglare": {
"command": "npx",
"args": [
"-y",
"@nugehs/aiglare",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"aiglare": {
"command": "npx",
"args": [
"-y",
"@nugehs/aiglare",
"mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.nugehs%2Faiglare)<a href="https://mcptoplist.com/server/io.github.nugehs%2Faiglare"><img src="https://mcptoplist.com/badge/io.github.nugehs%2Faiglare.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
nugehs
Other servers by nugehs
View all nugehs servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jun 3, 2026 |
Frequently asked questions
- Who maintains AIGlare?
- AIGlare is maintained by nugehs, which publishes 5 MCP servers (16 total versions) tracked on MCP Toplist.
- Is AIGlare listed on the Official MCP Registry?
- Yes — AIGlare is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does AIGlare have?
- MCP Toplist tracks 1 version of AIGlare, most recently published on Jun 3, 2026.
- Where can I find the source code for AIGlare?
- The source code for AIGlare is hosted at github.com/nugehs/aiglare.