Skip to main content
Glama

MCP Troubleshooter

by devlimelabs

update-mcp-config

Update MCP server configurations by providing JSON content to ensure proper functionality and resolve diagnostic issues in the MCP Troubleshooter framework.

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

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