MCP.so
ログイン

Prefect MCP Server

@MCP-Mirror

Prefect MCP Server について

Mirror of

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

MCP-Mirror

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "fortunto2_prefect-mcp-server": {
      "command": "uv",
      "args": [
        "venv",
        "--python",
        "3.12",
        "&&",
        "source",
        ".venv/bin/activate"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Prefect MCP Server?

Prefect MCP Server is an MCP server that connects the Prefect workflow orchestration platform to MCP-compatible clients, primarily the Cursor IDE. It enables developers to interact with Prefect directly from their development environment using the Model Context Protocol.

How to use Prefect MCP Server?

Install via uv pip install -U prefect-mcp-server, configure the server in .cursor/mcp.json with the uvx command, and set environment variables like PREFECT_API_URL. The server then runs automatically within Cursor or can be started manually with uv run.

Key features of Prefect MCP Server

  • Runs reliably via uvx for consistent environment handling
  • Configurable through .cursor/mcp.json in Cursor IDE
  • Supports authentication via PREFECT_API_KEY environment variable
  • Compatible with Prefect 3.0 and Python 3.9+
  • Includes Cursor Rules for contextual help and guidance

Use cases of Prefect MCP Server

  • Managing Prefect flows and deployments from within Cursor IDE
  • Automating workflow orchestration tasks without leaving the editor
  • Testing and debugging Prefect pipelines during development
  • Querying Prefect API for workflow status and history

FAQ from Prefect MCP Server

What are the runtime requirements for Prefect MCP Server?

You need Python 3.9 or newer, a virtual environment tool like uv, and Prefect 3 installed. The server runs via uvx and requires the prefect-mcp-server package.

How is the Prefect MCP Server configured?

Configuration is done via a .cursor/mcp.json file that sets the command to uvx with arguments ["prefect-mcp-server"]. Environment variables such as PREFECT_API_URL and optionally PREFECT_API_KEY are set in a .env file.

What transport does the server use?

The server uses standard MCP transport over stdio, invoked via the uvx command as defined in the Cursor MCP configuration.

How does authentication work?

Authentication is handled through the PREFECT_API_KEY environment variable, which can be set in the .env file to connect to Prefect Cloud or a Prefect server.

Where can I find the full list of tools provided?

The complete list of available tools and their parameters is documented in the docs/prefect_mcp_documentation.md file included in the repository.

コメント

「その他」の他のコンテンツ