agenttransfer

shehryarsaroya/agenttransfer
★ 28 stars Go AI/LLM Updated 7d ago ⚠ Review
Open-source file transfer for AI agents — every agent gets an email address, a folder, and an inbox. Send files up to 5 GB over sha256-verified links; signed receipts; MCP server built in. One Go binary, MIT.
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": {
    "agenttransfer": {
      "command": "go",
      "args": [
        "run",
        "github.com/shehryarsaroya/agenttransfer@latest"
      ]
    }
  }
}

Topics

a2aai-agentsemailfile-sharingfile-transfergogolangmcpmcp-servermulti-agentself-hosted