flow-agent-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FLOWCTL_PATH | No | Path to a specific flowctl binary. | |
| ESTUARY_DRY_RUN | No | Set to 'true' to echo flowctl commands without executing them. | |
| WEATHER_INGEST_URL | No | Ingest URL for the weather demo to push data to Estuary. | |
| WEATHER_INGEST_TOKEN | No | Token for the weather demo ingest URL. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_tasksB | List catalog entities (captures, materializations, collections). Wraps |
| task_statusB | Control-plane status for one task. Wraps |
| task_statsB | Throughput and document counts for a task. Wraps |
| task_logsB | Recent task logs, optionally filtered by level. Wraps |
| task_healthA | End-to-end health check: combines status, throughput, and error-level logs in one call. |
| discover_bindingsA | Discover available bindings for a source connector. Writes a temporary flow.yaml and runs |
| create_captureA | Publish a capture. Writes the spec to a temporary flow.yaml and runs |
| create_materializationA | Publish a materialization. Writes the spec to a temporary flow.yaml and runs |
| pull_specsA | Pull a task's live spec for local inspection. Wraps |
| set_task_enabledA | Enable or disable a task by toggling |
| restart_taskA | Force a connector restart: disable the task, then re-enable it. Resumes from the last checkpoint, so no data is lost. Use to clear transient errors or load updated config. |
| read_collectionA | Read documents from a collection to verify data is landing. Wraps |
| generate_synthetic_dataA | Generate synthetic records for demo pipelines. Returns a sample plus the full payload size. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/awictor/flow-agent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server