Smart Shell MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| executeCommandC | Executes a command after applying project overrides and OS translation |
| getProjectCommandsC | Return merged command mappings for a project |
| setProjectCommandC | Add or update a project-specific command override |
| removeProjectCommandC | Delete a command override for a project |
| translateCommandB | Show how a generic command would be adapted for the current OS |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 5 tools
Each tool has a clear, distinct role: execution, preview/translation, and project command override CRUD. There is no meaningful overlap between executing a command and merely showing its translated form.
All tool names follow a consistent camelCase verb-first pattern: execute, translate, get, set, remove. The naming style is uniform and predictable.
Five tools is well-scoped for a smart shell server covering execution, translation, and project-specific command overrides. Each tool earns its place with no redundancy.
The core workflow is covered well: execute, preview, and full CRUD for project command overrides. A minor gap is the lack of a way to enumerate all projects with overrides, but this is a workaround limitation rather than a dead end.