Skip to main content
Glama
SterlingChin

MCP Server Creator

by SterlingChin

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get-mcp-docsC

Get documentation for the Model Context Protocol

generate-mcp-serverB

Generate all necessary files for creating an MCP server

Prompts

Interactive templates invoked by user choice

NameDescription
mcp-setup

Resources

Contextual data attached and managed by the client

NameDescription
mcp-docs

TDQS

B3.4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have completely distinct purposes: one retrieves MCP documentation and the other generates server files. There is no overlap or ambiguity between them.

Naming Consistency5/5

Both tool names follow the same kebab-case verb-object pattern: get-mcp-docs and generate-mcp-server. Naming is predictable and consistent.

Tool Count3/5

Two tools is a minimal set, which feels slightly thin even for a focused MCP server creation workflow. However, the pair of documentation lookup and generation does cover the core purpose without redundancy.

Completeness4/5

The server covers getting documentation and generating all necessary files for an MCP server. Minor gaps exist such as validation, updating, or listing templates, but the primary creation workflow is complete.

Maintenance

ActivityInactive
ResponsivenessNo issues