Developer Tools
kestra.io
Provides tools to search and explore Kestra plugins, documentation, and schemas.
ENDPOINT 1
https://api.kestra.io/v1/mcp
MCP server metadata
- Name
- kestra-plugins-blueprints
- Version
- 1.0.0
Known tools 16
list_pluginsList available Kestra plugins with summary info (name, title, group, description, categories, and counts per element type: taskCount, triggerCount, taskRunnerCount, storageCount, secretManagerCount, logExporterCount).
Inferred read-onlyplugin_tasksList all tasks, triggers, and conditions for a specific Kestra plugin, grouped by subpackage.
Inferred read-onlylist_task_runnersList all task runner backends available across all Kestra plugins (e.g.
Inferred read-onlylist_storagesList all internal storage backends available across all Kestra plugins (e.g.
Inferred read-onlylist_secret_managersList all secret manager backends available across all Kestra plugins (e.g.
Inferred read-onlylist_log_exportersList all log exporter (log shipper) backends available across all Kestra plugins.
Inferred read-onlyplugin_versionsGet the full release history of a Kestra plugin from GitHub, including which Kestra version each release targets.
Inferred read-onlyget_docFetch the full markdown content and metadata for a Kestra documentation page.
Inferred read-onlylist_doc_childrenList all documentation pages under a given path prefix, ordered by their navigation order.
Inferred read-onlyget_blueprint_flowGet the full YAML flow definition for a specific Kestra blueprint.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.kestra-plugins-blueprints]
url = "https://api.kestra.io/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kestra-plugins-blueprints": {
"type": "http",
"url": "https://api.kestra.io/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kestra-plugins-blueprints
Remote MCP URL: https://api.kestra.io/v1/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"kestra-plugins-blueprints": {
"url": "https://api.kestra.io/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kestra-plugins-blueprints": {
"type": "http",
"url": "https://api.kestra.io/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kestra-plugins-blueprints",
"transport": "streamable-http",
"url": "https://api.kestra.io/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for kestra.io was fetched 2026-08-03T18:21:56.385Z and is being refreshed.
kestra.io is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.