Shell-MCP
by kevinwatt
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 |
---|---|
shell_ls | List directory contents |
shell_pwd | Show current working directory |
shell_df | 顯示磁碟使用情況 |
shell_echo | 顯示文字 |
shell_ps | 顯示進程狀態 |
shell_free | 顯示記憶體使用情況 |
shell_uptime | 顯示系統運行時間 |
shell_date | 顯示系統日期和時間 |