PECA

keyanUB/PECA
★ 0 stars Python AI/LLM Updated 3d ago
Python MCP server for OWASP secure coding policy selection, with coding-agent integrations and comparative evaluations
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "peca": {
      "command": "uvx",
      "args": [
        "peca"
      ]
    }
  }
}

Or install with pip: pip install peca

README Excerpt

Python tooling for selecting secure coding policies and evaluating their use by coding agents. The independent [policy-advisor MCP](policy-advisor-mcp/README.md) selects OWASP Secure Coding Practices using `gpt-5.6-luna`. To run OpenHands connected to it: ```bash python3 run_openhands_with_policy.py --workspace /path/to/project