Skip to main content

JSON Schema

https://compozy.dev/schemas/mcp.json

Parameters

array
required
List of MCP servers available in the workflow.
string
required
Unique identifier for the MCP server. Must be unique across all servers in your workflow.
string | object
required
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:telegram@1.0.0")
  • Object with repo and package fields
string
required
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"
object
Server-specific configuration options. Structure varies by server type.
object
Environment variables specific to this server instance.

Output References

any
Server’s output data, accessible via {{ mcp_servers.server_id.output }}. Example:
object
Error information if server execution fails. Example: