@agfpd/inter-agent-protocol
v0.7.11
Published
Cross-runtime local peer-to-peer messaging for IAPeer runtime endpoints using MCP. Ships two bins: iap-mcp (MCP server, invoked from a plugin .mcp.json) and iap (CLI for operators).
Maintainers
Readme
Inter-Agent-Protocol
Cross-runtime local peer-to-peer messaging for IAPeer-compatible peers. Ships as a Claude Code / Codex plugin that exposes two MCP tools — send_to_peer and list_online_peers — over a single-host tmux transport.
Install
# Claude Code
claude plugin marketplace add agfpd/agfpd-marketplace
claude plugin install Inter-Agent-Protocol@agfpd --scope project
# Codex
codex plugin marketplace add agfpd/agfpd-marketplace
codex plugin add Inter-Agent-Protocol@agfpdDocumentation
Full protocol — peer model, storage layout, identity ABI, tool contracts, CLI reference: docs/PROTOCOL.md.
Runtime package
The MCP server is published on npm as @agfpd/inter-agent-protocol. The plugin's .mcp.json invokes it via npx -y -p @agfpd/inter-agent-protocol@latest iap-mcp — no local build required for users.
Requires bun ≥ 1.0 and tmux on the host. Plus claude and/or codex CLIs for the runtimes you spawn against.
License
Apache-2.0
