Policy-as-code enforcement for AI agents: MCP server, CEL policies, git hooks, SARIF, and static analysis guardrails.
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"
]
}
}
}
Run in terminal:
claude mcp add coding-ethos go run github.com/paudley/coding-ethos@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"coding-ethos": {
"command": "go",
"args": [
"run",
"github.com/paudley/coding-ethos@latest"
]
}
}
}