Claude Kali MCP Commander

set_config_value

Update configuration settings by key in the Claude Kali MCP Commander, enabling customization of blocked commands, default shell, and directory access to enhance security and workflow efficiency.

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). IMPORTANT: Setting allowedDirectories to an empty array ([]) allows full access to the entire file system, regardless of the operating system.

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

You must be authenticated.

Other Tools from Claude Kali MCP Commander

Related Tools

ID: gf1wuhlxzi