Skip to main content
Glama

install

Generate client configuration to register a discovered MCP server in Claude Desktop, VS Code, Cursor, or Windsurf. Provide URL or domain to get config paths and JSON entries to merge into target file.

Instructions

Generate client configuration to permanently register a discovered MCP server. Returns config file paths and JSON entries for Claude Desktop, VS Code, Cursor, and Windsurf. The agent should then read the target config file, merge the entry, and write it back. Accepts a server URL directly or a domain (runs discovery first).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoThe MCP server URL to register (e.g., 'https://mcp.example.com')
nameNoFriendly name for the server entry (auto-derived from domain/URL if omitted)
domainNoDomain to discover first, then register the found server URL
Behavior4/5

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

With no annotations, the description carries full responsibility. It discloses the tool's behavior well: generates configuration rather than directly writing files, returns paths and JSON entries, and automatically runs discovery when a domain is provided. Missing details like conflict handling or permission requirements, but otherwise transparent.

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

Conciseness4/5

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

Four sentences, each with distinct content: purpose, return value, required next steps, and parameter modes. Efficient and front-loaded, with no redundant or filler wording.

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 tool with no output schema and no annotations, the description covers purpose, output format, workflow, and parameter selection. It would benefit from explicit error handling or conflict behavior, but the core context is complete for an agent to use it correctly.

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

Parameters4/5

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

Schema coverage is 100%, giving a baseline of 3. The description adds value by clarifying relationships: url and domain are alternatives (domain triggers discovery), and name is auto-derived if omitted—information beyond individual schema descriptions.

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 uses a specific verb-resource pair: 'Generate client configuration to permanently register a discovered MCP server.' It clearly states what the tool does and returns (config file paths and JSON entries) for multiple client applications, distinguishing it from siblings like discover and browse.

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?

Provides clear usage context: accepts a server URL directly or a domain (runs discovery first), and explains the follow-up workflow (read config file, merge entry, write back). However, it does not explicitly name alternatives or state 'when not to use,' though the distinction from discover is implied.

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/kormco/mcp-www'

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