Skip to main content
Glama

mcp-wsl-exec

package.json1.51 kB
{ "name": "mcp-wsl-exec", "version": "0.0.3", "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", "devDependencies": { "@changesets/cli": "^2.29.7", "@types/node": "^24.6.1", "typescript": "^5.9.3" }, "dependencies": { "@tmcp/adapter-valibot": "^0.1.4", "@tmcp/transport-stdio": "^0.3.1", "tmcp": "^1.14.0", "valibot": "^1.1.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/spences10/mcp-wsl-exec'

If you have feedback or need assistance with the MCP directory API, please join our Discord server