Canon
Freeby MCP Community
Reference implementation of the Seal protocol (Web 2.5 — the AI communication layer for Web 2). Web 2.5 primitives only: envelope, did:key, payload schemas, con
v0.7.2Added Apr 12, 2026
sealweb2.5ai-communication-layermcpcanon
Canon MCP Server
Reference implementation of the Seal protocol (Web 2.5 — the AI communication layer for Web 2). Web 2.5 primitives only: envelope, did:key, payload schemas, con
Installation
Reviews
Installation
Quick install
npx -y canon-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"canon": {
"command": "npx",
"args": ["-y", "canon-mcp"]
}
}
}