Skip to main content
Glama

MCP Troubleshooter

by devlimelabs

generate-claude-desktop-config

Create and validate server configurations for the MCP Troubleshooter, enabling customized diagnostics and automated issue resolution.

Input Schema

NameRequiredDescriptionDefault
serverConfigsYesArray of server configurations

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "serverConfigs": { "description": "Array of server configurations", "items": { "additionalProperties": false, "properties": { "args": { "description": "Command arguments", "items": { "type": "string" }, "type": "array" }, "command": { "description": "Command to run", "type": "string" }, "env": { "additionalProperties": { "type": "string" }, "description": "Environment variables", "type": "object" }, "name": { "description": "Server name (used as key in config)", "type": "string" } }, "required": [ "name", "command", "args" ], "type": "object" }, "type": "array" } }, "required": [ "serverConfigs" ], "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