Prefect MCP Server
Prefect MCP サーバー
Prefect用のモデルコンテキストプロトコル (MCP) サーバー実装。AI アシスタントが自然言語を通じて Prefect と対話できるようになります。
特徴
この MCP サーバーは、次の Prefect API へのアクセスを提供します。
フロー管理: フローの一覧表示、取得、削除
フロー実行管理: フロー実行の作成、監視、制御
デプロイメント管理: デプロイメントとそのスケジュールを管理する
タスク実行管理: タスク実行の監視と制御
作業キュー管理: 作業キューの作成と管理
ブロック管理: ブロックの種類とドキュメントにアクセスします
変数管理: 変数の作成と管理
ワークスペース管理: ワークスペースに関する情報を取得する
Related MCP server: n8n MCP Server
構成
次の環境変数を設定します。
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)使用法
MCP サーバーを実行し、次の操作を実行します。
docker compose up入力例
接続すると、AIアシスタントが自然言語を使ってPrefectとの対話をサポートします。例:
「すべてのフローを表示」
「昨日の失敗したフロー実行をすべて一覧表示する」
「データ処理」の展開を開始する
「日次レポートの展開スケジュールを一時停止する」
「前回の ETL フロー実行のステータスはどうですか?」
発達
いくつかのエンドポイントはまだ実装されていない
新しい機能の追加
既存の API に新しい関数を追加するには:
src/mcp_prefect内の適切なモジュールに関数を追加します。モジュールの
get_all_functions()リストに関数を追加します。
新しい API タイプを追加するには:
enums.pyのAPITypeに新しい型を追加します。src/prefect/に新しいモジュールを作成するmain.pyを更新して新しいAPIタイプを追加します
使用例:
{
"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