civic-platform-agents

Adam-S-Daniel/civic-platform-agents
★ 0 stars Python 🤖 AI/LLM Updated today
AGENTS.md, agentskills.io skills, and terraform-mcp-server wiring for civic-tech infra repos (unreviewed AI-generated)
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": {
    "civic-platform-agent": {
      "command": "uvx",
      "args": [
        "civic-platform-agents"
      ]
    }
  }
}

Or install with pip: pip install civic-platform-agents

README Excerpt

> **⚠️ UNREVIEWED AI-GENERATED CODE** > > This repository was generated entirely by AI (Claude Opus, 1M-context, May 2025) without human code review. AGENTS.md capability descriptors, skill definitions, and the MCP configuration have not been validated in production agent workflows. Treat as a reference and review before integrating into any real agent pipeline.