delega-dev/paperclip-delega
Paperclip plugin for Delega — bidirectional task sync between AI agent orchestrators
Platform-specific configuration:
{
"mcpServers": {
"paperclip-delega": {
"command": "npx",
"args": [
"-y",
"paperclip-delega"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Paperclip plugin for Delega — bidirectional task sync between Paperclip issues and Delega tasks.
| Tool | Description | |------|-------------| | delegate-to-external | Create a Delega task from a Paperclip issue | | check-external-task | Check status of a delegated task | | list-external-agents | List available Delega agents | | complete-external-task | Mark a Delega task complete |
# In your Paperclip instance
pnpm add @delega-dev/paperclip-delegaThen install via the Paperclip admin UI or API:
curl -X POST http://localhost:3100/api/plugins/install \
-H "Content-Type: application/json" \
-d '{"packageName": "@delega-dev/paperclip-delega"}'| Setting | Description | Default | |---------|-------------|---------| | delegaApiUrl | Delega API endpoint | https://api.delega.dev/v1 | | delegaAgentKey | Agent API key (secret-ref) | — | | delegaWebhookSecret | Webhook HMAC secret (secret-ref) | — | | syncMode | manual or auto | manual | | defaultDelegaProject | Default project for synced tasks | — | | inboundEnabled | Accept Delega webhooks | false |
pnpm install
pnpm test # 97 tests
pnpm typecheck # TypeScript verification
pnpm build # Build worker + UI bundlesThis plugin was built by Paperclip agents (Claude Code) and reviewed by a Codex QA agent — cross-model adversarial QA using the product it integrates with.
Loading reviews...