Skip to main content
Glama

MCP Troubleshooter

by devlimelabs

update-mcp-config

Modify JSON configuration files for MCP server diagnostics to resolve issues, validate settings, and test connections. Essential for maintaining server performance and troubleshooting.

Input Schema

NameRequiredDescriptionDefault
configYesJSON configuration to write (entire file content)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "config": { "description": "JSON configuration to write (entire file content)", "type": "string" } }, "required": [ "config" ], "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