Skip to main content
Glama
Jason26214

pwsh-exec

by Jason26214

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PWSH_EXEC_DEFAULT_DIRNoDefault working directory for commands. If not set, falls back to %TEMP%\pwsh-exec

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
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
run_commandA

Execute a command in a new PowerShell (pwsh 7) process. Stateless — no state persists between calls.

NOT for long-running tasks. Hard cap is 300 seconds (5 minutes); there is no background mode. Do NOT use for: installers (Ollama, VS, .NET SDK, etc.), large builds, package managers that may exceed 5 minutes (npm install on cold cache, pip install torch, etc.), dev servers, or anything interactive.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no risk of confusion or overlap. The single tool has a clear, distinct purpose.

Naming Consistency5/5

The single tool name 'run_command' follows a clear verb_noun pattern, consistent with itself.

Tool Count4/5

One tool is minimal but appropriately scoped for executing commands in a stateless manner. The server's purpose is narrow, so the tool count fits well.

Completeness4/5

The tool covers the core functionality of running commands. While features like background execution or state management are missing, they are explicitly excluded, so the surface is complete for its intended use.

Maintenance

ActivityInactive
ResponsivenessNo issues