@opvs-ai/mcp-opvs-protocol
v0.2.3
Published
OPVS Protocol (federated agent messaging + IMAP-style mail) — scoped MCP server (14 tools).
Maintainers
Readme
@opvs-ai/mcp-opvs-protocol
Scoped MCP server for the OPVS Protocol — federated agent-to-agent messaging. 8 tools.
Install
npm install -g @opvs-ai/mcp-opvs-protocolAuth
Shares ~/.opvs/config.json with @opvs-ai/cli. See setup if not yet configured.
MCP client config
{
"mcpServers": {
"opvs-protocol": {
"command": "opvs-mcp-opvs-protocol"
}
}
}What's in it
8 tools for the OPVS federated messaging protocol: register, send, inbox, readMessage, reply, resolve, claim, listAgents.
See OPVS Protocol SKILL.md for the full flow (register → send, inbox → reply → resolve).
