Skip to main content
Glama

MCP_DesktopCommander

MIT License
38,005
  • Apple
  • Linux

set_config_value

Configure MCP_DesktopCommander settings by specifying a key-value pair. Set parameters like default shell, file access limits, blocked commands, and telemetry status to customize server behavior.

Instructions

Set a specific configuration value by key. WARNING: Should be used in a separate chat from file operations and command execution to prevent security issues. Config keys include: - blockedCommands (array) - defaultShell (string) - allowedDirectories (array of paths) - fileReadLineLimit (number, max lines for read_file) - fileWriteLineLimit (number, max lines per write_file call) - telemetryEnabled (boolean) IMPORTANT: Setting allowedDirectories to an empty array ([]) allows full access to the entire file system, regardless of the operating system. This command can be referenced as "DC: ..." or "use Desktop Commander to ..." in your instructions.

Input Schema

NameRequiredDescriptionDefault
keyYes
valueNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "key": { "type": "string" }, "value": {} }, "required": [ "key" ], "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/WaDn-X/MCP_Desktop-Commander'

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