{
  "markdown": "# shell-exec-mcp\n\nMCP server for executing bash commands with background job support.\n\n## Use Cases\n\n**Run build commands**: Execute `npm run build`, `make`, or other build tools and get the output.\n\n**File operations**: Use `find`, `grep`, `mv`, `rm`, `mkdir -p`, `stat` etc. for file management.\n\n**Long-running tasks**: Start servers or watch processes in background mode, check on them later.\n\n**System info**: Run `df -h`, `ps aux`, `env` etc. to inspect the system state.\n\n## Setup\n\nFollow the instructions on [install-mcp](https://adamjones.me/install-mcp/?config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsInNoZWxsLWV4ZWMtbWNwIl0sIm5hbWUiOiJzaGVsbC1leGVjIn0=), which generates the right config for your MCP client (Claude Code, Claude Desktop, Cursor, Cline, VS Code, and more).\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `execute` | Run a bash command (with optional timeout and background mode) |\n| `get_job_status` | Check status of a background job |\n\n## Contributing\n\nPull requests are welcomed on GitHub! To get started:\n\n1. Install Git and Node.js\n2. Clone the repository\n3. Install dependencies with `npm install`\n4. Run `npm run test` to run tests\n5. Build with `npm run build`\n\n## Releases\n\nVersions follow the [semantic versioning spec](https://semver.org/).\n\nTo release:\n\n1. Use `npm version <major | minor | patch>` to bump the version\n2. Run `git push --follow-tags` to push with tags\n3. Wait for GitHub Actions to publish to the NPM registry.\n",
  "bytes": 1479,
  "sha": "bed05f89e818812fa0e310d2ffad868c36d24027fe12baa3b08a61270915c2b7",
  "repo_slug": "domdomegg/shell-exec-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_domdomegg_shell_exec_mcp_903ebb79/readme"
}