coding-ethos

paudley/coding-ethos
★ 2 stars Go 🤖 AI/LLM Updated today
Policy-as-code enforcement for AI agents: MCP server, CEL policies, git hooks, SARIF, and static analysis guardrails.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "coding-ethos": {
      "command": "go",
      "args": [
        "run",
        "github.com/paudley/coding-ethos@latest"
      ]
    }
  }
}

Topics

ai-agentsceldevsecopsgit-hooksmcp-serverpolicy-as-codestatic-analysis