Skip to main content
Planned plugin support will allow you to register and share custom capabilities with ZapBot.

Planned capabilities

  • Register custom tools
  • Connect third-party data sources
  • Package and distribute plugins

Current alternatives

1) SDK-side custom tools

If you embed SDK-AI, you can extend runtime tool definitions directly.

2) MCP multi-server setup

Attach DZap plus your own MCP server in the same client:
{
  "mcpServers": {
    "dzap": { "command": "npx", "args": ["-y", "dzapai", "mcp"] },
    "my-custom": { "command": "node", "args": ["./my-mcp-server.js"] }
  }
}

Track progress

Watch changelog.
Last modified on May 21, 2026