JSON Schema
https://compozy.dev/schemas/mcp.json
Parameters
List of MCP servers available in the workflow.
Unique identifier for the MCP server. Must be unique across all servers in your
workflow.
Server implementation reference. Can be specified in three formats:
"repo/package"(e.g.,"compozy/mcp-servers:telegram")"repo:package@version"(e.g.,"compozy/mcp-servers:[email protected]")- Object with
repoandpackagefields
Command to execute the MCP server. Can be an NPM package or Docker command.
Examples:
"npx -y @compozy/mcp-telegram""docker run -i --rm mcp/blockchain-scanner"
Server-specific configuration options. Structure varies by server type.
Environment variables specific to this server instance.
Output References
Server’s output data, accessible via
{{ mcp_servers.server_id.output }}. Example:Error information if server execution fails. Example: