Planned capabilities
- Register custom tools
- Connect third-party data sources
- Package and distribute plugins
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Extend DZap AI with custom tools and integrations.
{
"mcpServers": {
"dzap": { "command": "npx", "args": ["-y", "dzapai", "mcp"] },
"my-custom": { "command": "node", "args": ["./my-mcp-server.js"] }
}
}