Shell Exec✓
io.github.domdomegg/shell-exec-mcp · v1.2.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.domdomegg/shell-exec-mcp",
"description": "Execute bash commands with background job support.",
"title": "Shell Exec",
"repository": {
"url": "https://github.com/domdomegg/shell-exec-mcp.git",
"source": "github"
},
"version": "1.2.0",
"websiteUrl": "https://github.com/domdomegg/shell-exec-mcp#readme",
"packages": [
{
"registryType": "npm",
"identifier": "shell-exec-mcp",
"version": "1.2.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
}
},
{
"registryType": "npm",
"identifier": "shell-exec-mcp",
"version": "1.2.0",
"runtimeHint": "npx",
"transport": {
"type": "streamable-http",
"url": "http://localhost:3000/mcp"
},
"environmentVariables": [
{
"description": "Transport type.",
"isRequired": true,
"value": "http",
"name": "MCP_TRANSPORT"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}