Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
mcp-wsl-exec
by
spences10
Verified
npm
GitHub
OS Automation
Security
JavaScript
MIT License
8
5
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
.changeset
src
CHANGELOG.md
.gitignore
LICENSE
package.json
pnpm-lock.yaml
.prettierignore
.prettierrc
README.md
renovate.json
tsconfig.json
{ "name": "mcp-wsl-exec", "version": "0.0.2", "description": "A secure Model Context Protocol (MCP) server for executing commands in Windows Subsystem for Linux (WSL) with built-in safety features and validation", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "mcp-wsl-exec": "./dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc && chmod +x dist/index.js", "start": "node dist/index.js", "dev": "npx @modelcontextprotocol/inspector dist/index.js", "changeset": "changeset", "version": "changeset version", "release": "pnpm run build && changeset publish" }, "keywords": [ "mcp", "model-context-protocol", "wsl", "exec", "command-execution", "windows-subsystem-linux", "security", "command-line", "cli", "shell", "bash", "linux", "windows", "safe-execution", "command-validation", "path-validation", "timeout", "error-handling" ], "author": "Scott Spence", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/spences10/mcp-wsl-exec.git" }, "bugs": { "url": "https://github.com/spences10/mcp-wsl-exec/issues" }, "homepage": "https://github.com/spences10/mcp-wsl-exec#readme", "dependencies": { "@modelcontextprotocol/sdk": "1.6.1" }, "devDependencies": { "@changesets/cli": "^2.28.1", "@types/node": "^22.13.8", "typescript": "^5.8.2" } }