AI Guardian
Related Servers
Alternatives to AI Guardian
No user-submitted related servers found.
Related Servers
- FlicenseBqualityBmaintenanceEnables AI agents to interact with local Ollama models for text generation and tool calling with prompt injection protection.5-
- AlicenseAqualityCmaintenanceEnables a cloud orchestrator to query a local Ollama model over Tailscale or a LAN as a side-channel for drafts, summaries, and other helper output, with tools to list available models and to redact text. Answers leaving the server are passed through output-only DLP that masks card numbers, IBANs, emails, phone numbers, API keys, and similar secrets before they reach the cloud.3MIT
- AlicenseAqualityCmaintenanceEnables Claude Code to offload routine code generation and text processing tasks to a local Ollama LLM, saving Cloud API tokens and costs with automatic model selection and security features.11774Apache 2.0
- AlicenseAqualityAmaintenanceLocal zero-trust permission gateway for AI agents. Enforces policy-based tool authorization, human approvals, scoped permissions, and cryptographically verifiable audit logs.45Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables interaction with locally running Ollama models through chat, generation, and model management operations. Supports listing, downloading, and deleting models while maintaining conversation history for interactive sessions.203MIT
- AlicenseNot gradedqualityAmaintenanceEnables local LLMs to perform enterprise-grade code auditing, AST security screening, architectural planning, and real-time Discord observability with zero cloud API costs.1MIT
TDQS
Scored across 21 tools
Most tools target distinct resources/actions (models, prompts, policies, usage, undo), and the [READ]/[WRITE] tags plus descriptions separate them. Some overlap exists among list_models, policy_view, model_provenance, and anomaly_report, and between guarded_generate and observe_chat, but the descriptions clarify the differences.
All names are snake_case and readable, but conventions are mixed: imperative verbs (pull_model, set_model_allowlist), noun phrases (server_status, vram_usage, anomaly_report), and gerund/adjective forms (running_models, guarded_generate). The lack of a consistent read/write naming pattern makes the set less predictable than a uniform verb_noun convention.
At 21 tools this is on the heavy side, even though the governance domain spans model inventory, policy, guarded inference, monitoring, and undo. Most tools have a distinct job, but the surface is large enough that an agent must navigate many niche endpoints, putting it in the borderline range.
The core governance lifecycle is covered: model management, policy/provenance, guarded inference, usage monitoring, and undo. Gaps include no tool to manage configured Ollama targets or set global default block thresholds, and no way to clear/export usage history, but these are workarounds rather than dead ends.