Agent Zero uses standard JSON configuration known from other AI applications.
The configuration is a JSON object containing "mcpServers" object where each key is an individual MCP server.
Local servers are defined by a "command", "args", "env" variables.
Remote servers are defined by a "url", "headers".
"disabled" can be set to true to disable a server without removing config.
Custom "description" can be set to provide additional information about the server to A0.
All servers can also define "init_timeout" and "tool_timeout" which override global settings.

Example MCP Servers Configuration JSON