Skip to main content
Glama

MCP Environment & Installation Manager

by devlimelabs

configure-watcher

Monitor and manage changes to Claude for Desktop and Cursor configuration files by tracking specified paths, ensuring consistent configurations across your MCP environment.

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

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-env-manager-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server