Skip to main content
Glama

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

TableJSON Schema
NameRequiredDescriptionDefault
client_typeYesTarget 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_serversNoOptional 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.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden, and it does add useful behavioral context by disclosing the mapping logic (local stdio npx/uvx commands and remote Cloudflare SSE streams) and claiming outputs are 'verified.' However, it does not state whether the tool writes files to disk or merely returns content, what 'verified' entails (e.g., network probes), or whether any authentication or side effects occur.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences with zero waste: purpose and scope, behavioral mapping detail, then usage guidance with an exclusion. The most decision-relevant information is front-loaded, and every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a moderate-complexity tool with 2 params and no output schema, the description covers what is generated, for which clients, how commands are mapped, and when to use it. The only notable gap is that, absent an output schema, it never describes the structure or format of the returned configuration, but the stated purpose ('ready-to-use config files') makes that reasonably inferable.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already fully documents both parameters, including enum values mapped to config file locations and the default behavior of active_servers. The description's prose lists the same client types found in the enum, adding no parameter-level meaning beyond what the schema provides, so the baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb ('Generates') and a precise resource ('ready-to-use, verified MCP client configuration files'), then enumerates the exact target clients. This clearly differentiates it from sibling tools like vscode_audit_extension_manifest and vscode_inspect_live_gateways, which perform entirely different operations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit when-to-use context ('Use when configuring an AI agent or IDE to communicate with SEOSiri servers') and a clear exclusion ('Do not use for non-MCP IDE settings'), which helps distinguish it from the sibling workspace-settings tool. However, it does not name specific alternative tools to use instead, so it stops just short of full routing guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/SEOSiri-Official/vscode-mcp-manager'

If you have feedback or need assistance with the MCP directory API, please join our Discord server