vscode_generate_mcp_config
Generate verified MCP configuration files for Claude Desktop, Cursor, Roo Code/Cline, or OpenAI Responses API. Maps local stdio and remote Cloudflare SSE streams for AI agent compatibility.
Instructions
Generates ready-to-use, verified MCP client configuration files for Claude Desktop, Cursor IDE, Roo Code / Cline, and OpenAI Responses API. Automatically maps local stdio commands (npx/uvx) and remote Cloudflare SSE edge streams. Use when configuring an AI agent or IDE to communicate with SEOSiri servers. Do not use for non-MCP IDE settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_type | Yes | Target AI host client or execution environment. Choose "CLAUDE_DESKTOP" for claude_desktop_config.json, "CURSOR" for .cursor/mcp.json, or "OPENAI_RESPONSES_API" for OpenAI remote tools array. | |
| active_servers | No | Optional list of specific SEOSiri MCP server IDs to include (e.g. ["biopharma-mcp", "industrial-ai-gateway", "aeo-geo-mcp"]). Defaults to all registered servers if omitted. |