MCP Server Config Generator
Specifying the exact tool, service, and OS eliminates ambiguity and produces a paste-ready config block.
Generate an MCP server configuration block for {{ai_tool}} that connects to {{service_name}}.\n\nServer details:\n- Command: {{server_command}}\n- Environment variables: {{env_vars}}\n- Transport: stdio\n\nOutput the exact JSON config block I should add to the appropriate config file. Include comments explaining each field. Also tell me which file to edit and where it lives on {{operating_system}}.
Variables to customize
Why this prompt works
Specifying the exact tool, service, and OS eliminates ambiguity and produces a paste-ready config block.
Save this prompt to your library
Organize, version, and access your best prompts across ChatGPT, Claude, and Cursor.
Related prompts
Forcing the agent to plan before acting prevents premature execution and wasted steps. Explicit dependency mapping enables parallel execution and catches logical gaps early.
Tool Selection AgentThe ReAct pattern (Reason + Act) creates an explicit reasoning trace that improves tool selection accuracy. The error-handling rule prevents infinite retry loops.
Prompt CompressorExplicitly requiring all functional requirements to be preserved prevents the model from over-compressing and losing critical instructions.
Memory Management AgentExplicit memory read/write instructions create agents that improve over time. Categorization keeps memories organized, and the deduplication rule prevents context bloat.