interlink-mcp 0.4.0

Cryptographically-authenticated, cross-machine agent-to-agent chat for Claude Code, over MCP channels
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "interlink-mcp",
  "version": "0.4.0",
  "description": "Cryptographically-authenticated, cross-machine agent-to-agent chat for Claude Code, over MCP. Pure-Rust binary, delivered via npm.",
  "keywords": ["claude-code", "mcp", "agents", "ai", "rust", "ed25519"],
  "homepage": "https://github.com/wilfreddenton/interlink",
  "repository": { "type": "git", "url": "git+https://github.com/wilfreddenton/interlink.git" },
  "license": "MIT",
  "bin": { "interlink-mcp": "bin/interlink-mcp.js" },
  "scripts": { "postinstall": "node install.js" },
  "files": ["bin/interlink-mcp.js", "install.js"],
  "engines": { "node": ">=18" }
}