Zero-install security baseline for AI coding agents β OWASP/CWE-cited rules over MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
A zero-install security baseline for AI coding agents. Point Claude Code, Cursor, or any
MCP-capable agent at one URL and it reads a curated, cited security baseline every session (via a minimal JSON-RPC-over-HTTP MCP subset β works with Claude Code today) β so it
stops shipping the mistakes that cause incidents (a hardcoded secret, a curl | bash, a
prompt-injected "send this to that URL"). When it catches one, it cites the exact rule.
Advisory grounding, free and open. Real-time blocking against your organization's own decisions β plus a tamper-evident audit ledger for EU AI Act / SOC-2 β is the paid Kernora Axiora Integrity Plane.
Live: https://agentsec.kernora.ai
Add it as an MCP server in your agent's config:
That's it β no install, no signup. It's read-only: get_security_baseline sends nothing, and check_action sends only the short action text you choose to pass it (never your files, repo, or environment).
Tools exposed:
get_security_baseline β the full known-good rule set.check_action β pass an action/command; get back the baseline rules that apply, so the agent can
self-correct. Advisory only β it does not block.Or read the rules directly: /baseline.json Β·
/baseline.yaml
15 rules across categories including secrets, injection, supply-chain, destructive ops, permissions, transport, data protection, exfiltration, authz, and VCS safety. Every rule cites a real source β OWASP (incl. the LLM Top 10), CWE identifiers, and regulations (EU AI Act, PCI-DSS, HIPAA).
It's a single Cloudflare Worker with no dependencies, no storage, and no secrets.
Air-gapped or privacy-strict? Run it on your own infrastructure and point your agents at it.
| Kernora Agent Security (this, free) | Kernora Axiora β Integrity Plane (paid) | |
|---|---|---|
| What | Grounds the agent: it knows the baseline and cites it | Blocks in real time against your org's decisions |
| How | Advisory MCP grounding | Tiered verifier, real-time block + attested audit ledger |
| For | Any developer, any agent | Enterprises with agent fleets and compliance obligations |
Talk to us about blocking + attestation: hello@kernora.ai
Endpoint agent monitors (e.g. Perplexity's Numbat) watch for generically suspicious behavior. Kernora Agent Security supplies what they lack: what's known-good for your codebase. The two are complementary β this project can even export its rules for a monitor to enforce.
This endpoint provides advisory grounding only. A matched rule is guidance; an unmatched action is not an assurance of safety. Real-time enforcement and audit are the paid Integrity Plane.
Instead of the manual MCP config, install the plugin β it bundles the MCP server, a skill that tells your agent to consult the baseline, an advisory PreToolUse hook (warns before risky commands), and helper commands:
Commands: /agentsec-rules (show every rule), /agentsec-check <action>, /agentsec-report (a LOCAL
view of how many risky actions it caught β nothing is sent to us). Disable the hook anytime with
AGENTSEC_HOOK=0.
/baseline.json (or
.yaml) Β· or the get_security_baseline MCP tool. Nothing is hidden.~/.agentsec/flags.log); /agentsec-report summarizes them. Full per-action
reporting with a tamper-evident audit ledger is the paid Kernora Axiora plane.claude mcp remove agentsec (+ /plugin uninstall kernora-agent-security if installed). Cursor β delete the agentsec entry from
~/.cursor/mcp.json and restart. It's read-only and stores nothing, so nothing is left behind.Kernora Agent Security is built by Kernora on the open Factlet Protocol. Licensed Apache-2.0 (see LICENSE).
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/agent-sec)<a href="https://allmcps.com/mcp/agent-sec"><img src="https://allmcps.com/api/badge/agent-sec?style=directory" alt="Agent Sec on AllMCPs" /></a>