interlink-mcp 0.4.1

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
14
{
  "mcpServers": {
    "interlink": {
      "command": "npx",
      "args": ["-y", "interlink-mcp"],
      "env": {
        "INTERLINK_KEY": "${HOME}/.config/interlink/id.key",
        "INTERLINK_PEERS": "${HOME}/.config/interlink/peers.json",
        "INTERLINK_URL": "${INTERLINK_URL:-http://127.0.0.1:9440}",
        "INTERLINK_AGENT_DB": "${HOME}/.local/state/interlink/agent.redb"
      }
    }
  }
}