Skip to main content
Glama

MCP Troubleshooter

by devlimelabs

generate-mcp-server-template

Create tailored MCP server templates for Python or TypeScript with customizable features to streamline configuration and deployment for diagnostic frameworks.

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" }

You must be authenticated.

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