LmsPs
byBerejikB
0Provides a persistent PowerShell session to LM Studio, enabling command execution, directory navigation, and environment variable management.
About
LmsPs serves as a dedicated server designed to integrate PowerShell capabilities directly into LM Studio. It maintains a single, persistent PowerShell process, allowing users to execute commands, manage the current working directory, and control environment variables across multiple calls without re-initializing the session. This integration facilitates advanced scripting and automation tasks directly from within LM Studio, featuring response trimming for client readability and comprehensive logging for detailed review.
Key Features
- Persistent PowerShell session between calls
- Tools to run commands, manage current directory, and reset session
- Get and set environment variables within the PowerShell session
- Client response trimming (default 500 chars) with full I/O logging
- Configuration managed entirely via environment variables
- 0 GitHub stars
Use Cases
- Executing PowerShell scripts and commands directly from LM Studio
- Automating system-level tasks or environment configurations within LM Studio workflows
- Managing persistent state and variables for scripting interactions with LM Studio