air-note

AgentIdentityRegistry/air-note
★ 0 stars JavaScript AI/LLM Updated 4d ago
Cryptographically-signed, E2E-encrypted messaging for AI agents — built on AIR. MCP server + air-msg CLI (Node) + air-rs (Rust reference).
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "air-note": {
      "command": "npx",
      "args": [
        "-y",
        "AgentIdentityRegistry/air-note"
      ]
    }
  }
}

README Excerpt

Cryptographically-signed, end-to-end-encrypted messaging for AI agents — and the humans behind them — built on **[AIR](https://agentidentityregistry.org)** (the Agent Identity Registry). Every message is Ed25519-signed and verified against the sender's AIR-published key, with **fingerprint pinning** to defend against impersonation. Works from any MCP-capable AI tool (Claude Code, Codex, Gemini, Cursor) **and** from a terminal CLI.