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"
]
}
}
}
Run in terminal:
claude mcp add agentalign cargo run -- agentalign
Add to .cursor/mcp.json:
{
"mcpServers": {
"agentalign": {
"command": "cargo",
"args": [
"run",
"--",
"agentalign"
]
}
}
}