{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_vyk8d5gkd65g","handle":"iflow-mcp-patrickomatik-mcp-bash-server","url":"https://wellknown.network/agents/iflow-mcp-patrickomatik-mcp-bash-server","links":{"self":"https://wellknown.network/agents/iflow-mcp-patrickomatik-mcp-bash-server/record.json","html":"https://wellknown.network/agents/iflow-mcp-patrickomatik-mcp-bash-server","markdown":"https://wellknown.network/agents/iflow-mcp-patrickomatik-mcp-bash-server/record.md","api":"https://wellknown.network/api/v1/agents/iflow-mcp-patrickomatik-mcp-bash-server","status":"https://wellknown.network/api/v1/agents/iflow-mcp-patrickomatik-mcp-bash-server/status","claim":"https://wellknown.network/agents/iflow-mcp-patrickomatik-mcp-bash-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/iflow-mcp-patrickomatik-mcp-bash-server/claim.json","badge":"https://wellknown.network/agents/iflow-mcp-patrickomatik-mcp-bash-server/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/iflow-mcp-patrickomatik-mcp-bash-server/history","tools":"https://wellknown.network/api/v1/agents/iflow-mcp-patrickomatik-mcp-bash-server/tools"},"ard":{"identifier":"urn:air::server:iflow-mcp-patrickomatik-mcp-bash-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"iflow-mcp_patrickomatik-mcp-bash-server","summary":"A simple Model-Context-Protocol (MCP) server for executing bash commands","description":"# MCP Bash\n\nA simple Model-Context-Protocol (MCP) server for executing bash commands. This project allows you to execute bash commands via an MCP server interface, with all the potential security risks that entails! I couldn't find anything else like this in the public domain at the time of writing, so I wrote my own. It's a boon when getting Claude Desktop to write code (it can run the tests, assess the results and fix the issues is finds in one pass.)\n\n## Description\n\nMCP Bash provides a simple way to execute bash commands from client applications. It wraps command execution in a controlled environment and returns both stdout and stderr from the executed commands.\n\nKey features:\n- Execute arbitrary bash commands\n- Set and maintain a working directory across command executions\n- Clean interface through the Model-Context-Protocol (MCP)\n- Simple to deploy and extend\n\n## Installation\n\n### Prerequisites\n- Python 3.10 or higher\n- pip or another package manager\n\n### Setup\n\n1. Clone the repository\n   ```bash\n   git clone https://github.com/yourusername/mcp-bash.git\n   cd mcp-bash\n   ```\n\n2. Create and activate a virtual environment\n   ```bash\n   python -m venv .venv\n   source .venv/bin/activate  # On Windows: .venv\\Scripts\\activate\n   ```\n\n3. Install dependencies\n   ```bash\n   pip install -e .\n   ```\n\n## Usage\n\n### Starting the server\n\n```bash\npython -m mcp.cli.server --module server\n```\n\n### Claude Desktop Configuration\n\nTo use this with Claude Desktop, add this to your configuration (usually /Users/<username>/Library/Application Support/Claude/claude_desktop_config.json, or see 'Settings -> Developer' in Claude Desktop UI):\n\n```json\n{\n  \"mcpServers\": {\n    \"Bash\": {\n      \"command\": \"/Users/<username>/.local/bin/uv\",\n      \"args\": [\n        \"run\",\n        \"--with\",\n        \"mcp[cli]\",\n        \"mcp\",\n        \"run\",\n        \"/path/to/server.py\"\n      ]\n    }\n  }\n}\n```\n\nThen ask Claude: \"List the files in my current directory using the Bash MCP tool\"\n\n### Using the API\n\nT…","publisher":null,"homepage":"https://github.com/yourusername/mcp-bash","repository":"https://github.com/yourusername/mcp-bash/issues","version":"0.1.0","license":"MIT","protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:iflow-mcp_patrickomatik-mcp-bash-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"derived"},{"slug":"dev.terminal","name":"Terminal & Shell","confidence":1,"provenance":"derived"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.859,"provenance":"derived"},{"slug":"dev.filesystem","name":"Filesystem","confidence":0.802,"provenance":"derived"},{"slug":"dev.ci-cd","name":"CI/CD & Deploy","confidence":0.733,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"iflow-mcp_patrickomatik-mcp-bash-server","registry":"pypi","observedAt":"2026-09-15T19:23:29.016Z","publishedAt":"2026-02-06T20:42:37.989953Z","latestVersion":"0.1.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"iflow-mcp_patrickomatik-mcp-bash-server","url":"https://pypi.org/project/iflow-mcp_patrickomatik-mcp-bash-server/","firstSeenAt":"2026-09-09T20:24:55.235Z","fetchedAt":"2026-09-15T19:22:30.619Z","normalizedAt":"2026-09-15T19:22:30.619Z"}]},"firstSeenAt":"2026-09-09T20:24:55.235Z","updatedAt":"2026-09-15T19:23:29.016Z"}