---
Configure FastMCP server deployment for HTTP, STDIO, or FastMCP Cloud with production features, IDE integration, and security setup.
/plugin marketplace add vanman2024/mcp-servers-marketplace/plugin install fastmcp@mcp-servers-marketplacešØ EXECUTION NOTICE FOR CLAUDE
When you invoke this command via SlashCommand, the system returns THESE INSTRUCTIONS below.
YOU are the executor. This is NOT an autonomous subprocess.
Immediately after SlashCommand returns, start executing Phase 0, then Phase 1, etc.
See @CLAUDE.md section "SlashCommand Execution - YOU Are The Executor" for detailed explanation.
CRITICAL: All generated files must follow security rules:
@docs/security/SECURITY-RULES.md
Key requirements:
your_service_key_here.env files with .gitignore.env.example with placeholders onlyArguments: $ARGUMENTS
Goal: Configure deployment and transport for an existing FastMCP server. Supports HTTP, STDIO (Claude Desktop/Cursor/Claude Code), FastMCP Cloud, and production configuration.
This command delegates to the specialized FastMCP deployment agent which handles:
The deployment agent references:
Use Task tool to launch the fastmcp-deployment agent:
Task(
subagent_type: "fastmcp:fastmcp-deployment",
description: "Configure FastMCP server deployment",
prompt: "Use the @plugins/fastmcp/agents/fastmcp-deployment.md agent to configure deployment for the FastMCP server.
Arguments provided: $ARGUMENTS
The agent should:
1. Discover current server configuration
2. Gather deployment requirements from the user
3. Configure requested transport protocols (STDIO, HTTP, FastMCP Cloud)
4. Generate IDE configuration files as needed
5. Add production features (logging, monitoring, error handling)
6. Create deployment scripts and documentation
7. Verify the deployment configuration works
Follow all phases in the fastmcp-deployment agent systematically."
)
After the agent completes, the server should have: