Skip to main content
Glama

Linux Bash MCP Server

by gunjanjp
package.json1.51 kB
{ "name": "linux-bash-mcp-server", "version": "1.0.0", "description": "MCP server for executing bash commands and scripts via WSL2 on any Linux distribution", "main": "src/index.js", "type": "module", "scripts": { "start": "node src/index.js", "dev": "node --watch src/index.js", "test": "node test/test.js", "setup": "node setup.js", "check-config": "node check-config.js", "debug": "node debug.js", "fix": "node quick-fix.js", "release": "node release.js", "monitor": "node monitor.js" }, "keywords": [ "mcp", "server", "bash", "linux", "wsl2", "shell", "ubuntu", "debian", "fedora", "opensuse", "claude", "anthropic", "model-context-protocol" ], "author": { "name": "Your Name", "email": "your.email@example.com", "url": "https://github.com/yourusername" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yourusername/linux-bash-mcp-server.git" }, "bugs": { "url": "https://github.com/yourusername/linux-bash-mcp-server/issues" }, "homepage": "https://github.com/yourusername/linux-bash-mcp-server#readme", "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0" }, "devDependencies": { "@types/node": "^20.0.0" }, "engines": { "node": ">=18.0.0" }, "os": [ "win32" ], "cpu": [ "x64", "arm64" ], "funding": { "type": "github", "url": "https://github.com/sponsors/yourusername" } }

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/gunjanjp/linuxshell-mcp'

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