Skip to main content
Glama
mr-wolf-gb

Smart Shell MCP Server

by mr-wolf-gb

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.3/5.0

Scored across 5 tools

Disambiguation5/5

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.

Naming Consistency5/5

All tool names follow a consistent camelCase verb-first pattern: execute, translate, get, set, remove. The naming style is uniform and predictable.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues