> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dzap.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Plugins

> Extend DZap AI with custom tools and integrations.

<Snippet file="coming-soon.mdx" />

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:

```json theme={null}
{
  "mcpServers": {
    "dzap": { "command": "npx", "args": ["-y", "dzapai", "mcp"] },
    "my-custom": { "command": "node", "args": ["./my-mcp-server.js"] }
  }
}
```

## Track progress

Watch [changelog](/resources/changelog).
