Zebflow Documentation

MCP

Model Context Protocol integration

MCP

Zebflow exposes a full MCP (Model Context Protocol) server per project. AI agents can manage pipelines, templates, docs, and data through MCP tools.

Endpoint

POST /api/projects/{owner}/{project}/mcp

Requires Authorization: Bearer {token} and Accept: application/json, text/event-stream.

Getting a session

curl -H "Cookie: zebflow_session=superadmin" \
  http://localhost:10610/api/projects/superadmin/default/mcp/session

Returns the session token for MCP calls.

Tool categories

  • Orientationstart_here, version, help, help_search
  • Pipelinespipeline_register, pipeline_activate, pipeline_list, pipeline_execute, etc.
  • Templatestemplate_write, template_edit, template_list, template_get, etc.
  • Docsdocs_project_read, docs_project_write, docs_agent_read, docs_agent_write
  • Dataconnection_list, connection_describe, credential_list
  • Resourcesmove_resource, install_ui_components, list_ui_catalog
  • Gitgit_command