Skip to main content
Glama

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

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/house-of-stark/Claude-Kali-MCP-Commander'

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