cmd-mcp-server
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
execute_command | Execute a command and return its output. Commands run in a persistent shell session by default. Use newSession: true to run in a new shell instance. |
execute_ssh_command | Execute a command on a remote server via SSH. Commands run in a persistent SSH session by default. Use newSession: true to run in a new session. |