Skip to main content
Glama

MCP Troubleshooter

by devlimelabs

generate-mcp-server-template

Create customizable MCP server templates for Typescript or Python with options for basic, tools-only, resources-only, or complete features to streamline server setup and diagnostics.

Input Schema

NameRequiredDescriptionDefault
featuresYesFeatures to include in the template
serverNameYesName for the MCP server
serverTypeYesType of server to generate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "features": { "description": "Features to include in the template", "enum": [ "basic", "tools-only", "resources-only", "complete" ], "type": "string" }, "serverName": { "description": "Name for the MCP server", "type": "string" }, "serverType": { "description": "Type of server to generate", "enum": [ "typescript", "python" ], "type": "string" } }, "required": [ "serverName", "serverType", "features" ], "type": "object" }

Other Tools from MCP Troubleshooter

Related Tools

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/devlimelabs/mcp-troubleshooter-mcp'

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