MCP Troubleshooter

by devlimelabs

generate-claude-desktop-config

Create and manage server configurations for the MCP Troubleshooter by defining commands, arguments, and environment variables to streamline diagnostics and 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" }

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