Prefect MCP Server
Servidor MCP Prefect
Una implementación de servidor de Protocolo de contexto de modelo (MCP) para Prefect , que permite a los asistentes de IA interactuar con Prefect a través del lenguaje natural.
Características
Este servidor MCP proporciona acceso a las siguientes API de Prefect:
Gestión de flujos : enumerar, obtener y eliminar flujos
Gestión de ejecuciones de flujo : crear, supervisar y controlar ejecuciones de flujo
Gestión de implementaciones : administre las implementaciones y sus programaciones
Gestión de ejecución de tareas : supervisar y controlar las ejecuciones de tareas
Gestión de colas de trabajo : crear y gestionar colas de trabajo
Gestión de bloques : acceso a tipos de bloques y documentos
Gestión de variables : crear y gestionar variables
Gestión de espacios de trabajo : Obtenga información sobre los espacios de trabajo
Related MCP server: n8n MCP Server
Configuración
Establezca las siguientes variables de entorno:
export PREFECT_API_URL="http://localhost:4200/api" # URL of your Prefect API
export PREFECT_API_KEY="your_api_key" # Your Prefect API key (if using Prefect Cloud)Uso
Ejecute el servidor MCP y perfeccione:
docker compose upEjemplo de entrada
Una vez conectado, un asistente de IA puede ayudar a los usuarios a interactuar con Prefect usando lenguaje natural. Ejemplos:
"Muéstrame todos mis flujos"
"Enumerar todos los flujos fallidos de ayer"
Activar la implementación del 'procesamiento de datos'
"Pausar la programación para la implementación de 'informes diarios'"
"¿Cuál es el estado de mi última ejecución de flujo ETL?"
Desarrollo
Varios de los puntos finales aún no se han implementado
Agregar nuevas funciones
Para agregar una nueva función a una API existente:
Agregue la función al módulo apropiado en
src/mcp_prefectAgregue la función a la lista
get_all_functions()en el módulo
Para agregar un nuevo tipo de API:
Agregue el nuevo tipo a
APITypeenenums.pyCrea un nuevo módulo en
src/prefect/Actualice
main.pypara incluir el nuevo tipo de API
Ejemplo de uso:
{
"mcpServers": {
"mcp-prefect": {
"command": "mcp-prefect",
"args": [
"--transport", "sse"
],
"env": {
"PYTHONPATH": "/path/to/your/project/directory"
},
"cwd": "/path/to/your/project/directory"
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceA Model Context Protocol server that enables AI assistants to interact with Coolify instances through natural language, allowing management of servers, applications, databases, and deployments.10,421545MIT
- Alicense-qualityFmaintenanceA Model Context Protocol server that enables AI assistants to interact with n8n workflows through natural language, supporting actions like listing, creating, updating, executing and monitoring workflows.7281,636MIT
- AlicenseAqualityCmaintenanceA server that enables interacting with Prefect workflow automation tools through the Model Context Protocol, offering enhanced reliability through uvx running mechanism and seamless integration with Cursor IDE.177MIT

prefect-mcp-serverofficial
AlicenseAqualityBmaintenanceAn MCP server for interacting with Prefect resources, enabling AI assistants to monitor, manage, and debug workflows.1452MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/allen-munsch/mcp-prefect'
If you have feedback or need assistance with the MCP directory API, please join our Discord server