shacthulu/secure-lightweight-command-server
An Express.js application to wrap any command-line application, making a REST API out of it using a simple YAML file for configuration. CORS, basic security, and other security features are baked in. Originally used to let LLM-based apps use command line tools. Developer-friendly, using pure Express.js middleware and Javascript for extensibility.
Platform-specific configuration:
{
"mcpServers": {
"secure-lightweight-command-server": {
"command": "npx",
"args": [
"-y",
"secure-lightweight-command-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...