MCP Environment & Installation Manager

by devlimelabs

configure-watcher

Monitor and manage configuration changes for Claude for Desktop and Cursor in real-time by specifying file paths and tracking preferences. Integrates within the MCP Environment & Installation Manager for streamlined settings oversight.

Input Schema

NameRequiredDescriptionDefault
claudeConfigPathNoPath to Claude for Desktop config file
cursorConfigPathNoPath to Cursor config file
watchClaudeNoWhether to watch Claude for Desktop config
watchCursorNoWhether to watch Cursor config

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "claudeConfigPath": { "description": "Path to Claude for Desktop config file", "type": "string" }, "cursorConfigPath": { "description": "Path to Cursor config file", "type": "string" }, "watchClaude": { "description": "Whether to watch Claude for Desktop config", "type": "boolean" }, "watchCursor": { "description": "Whether to watch Cursor config", "type": "boolean" } }, "type": "object" }
ID: kykgc78z0v