agentalign

Jonathangadeaharder/agentalign
★ 10 stars Rust AI/LLM Updated 9d ago ⚠ Review
Agent Configuration Unification Engine. Syncs MCP servers, agent definitions, instruction files, and skills across Claude, Cursor, Gemini, Codex, OpenCode, and Antigravity via ~/.agents/ canonical store.
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": {
    "agentalign": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "agentalign"
      ]
    }
  }
}