concordance

adamrusch/concordance
★ 0 stars Rust 🤖 AI/LLM Updated 4d ago
LLM-mediated client for the Ekklesia governance API (Cardano Hydra-Voting). Soft fork of nixedge/exegesis with an MCP server for Claude Code / Cursor / etc.
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": {
    "concordance": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "concordance"
      ]
    }
  }
}

README Excerpt

**A bridge between an AI assistant and Hydra Voting — the platform Intersect MBO uses to coordinate Cardano governance proposals before they go on-chain.** Concordance lets you ask Claude (or any other capable LLM) to read proposals, summarize comment threads, and help you draft and submit feedback on the [Intersect Hydra Voting](https://hydra-voting.intersectmbo.org) portal — without ever opening the web interface.