Standalone stdio MCP server that lets Codex / Claude Code use one Sicore-hosted Siclaw agent through the A2A API. No repo clone needed — install straight from this asset:
claude mcp add -s user \
-e SICORE_URL=https://sicore.example.com \
-e SICLAW_A2A_KEY_FILE=$HOME/.config/siclaw/a2a-key \
siclaw -- npx -y https://github.com/scitix/siclaw/releases/download/sicore-a2a-mcp-v0.1.0/scitix-sicore-a2a-mcp-adapter-0.1.0.tgzThe A2A key is per-agent: with a Sicore that exposes GET /api/v1/a2a/self the adapter resolves its agent from the key automatically; on older Sicore set SICLAW_AGENT_ID explicitly — see mcp/sicore-a2a-adapter/README.md.
Requires Node.js >= 22.19. Built from main @ e953977 (PR #420), 30 tests passing.