mirror of
https://github.com/punkpeye/awesome-mcp-servers.git
synced 2026-09-10 17:45:57 +00:00
Add fauxnix — bash for AI agents on Windows (bash→PowerShell translation)
This commit is contained in:
@@ -688,6 +688,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge
|
||||
### 🖥️ <a name="command-line"></a>Command Line
|
||||
Run commands, capture output and otherwise interact with shells and command line tools.
|
||||
|
||||
- [20000419/fauxnix](https://github.com/20000419/fauxnix) 📇 🏠 🖥️ - bash for AI agents on Windows via deterministic bash→PowerShell translation — no WSL, VM, or bash toolchain. MCP `bash` tool with GNU-style output, bash-style errors, coreutils exit codes, session-persisted cwd/env across calls, and per-file UTF-8/GBK sniffing (GBK files grep correctly, unlike Git Bash). Unsupported bash constructs fail loudly with the construct named; native commands (git/node/npm) pass through with argv quoting. `npm install -g fauxnix-cli`; verified with Claude Code, Codex, OpenCode, Kimi Code and Qwen Code.
|
||||
- [bvisible/mcp-ssh-manager](https://github.com/bvisible/mcp-ssh-manager) [](https://glama.ai/mcp/servers/@bvisible/mcp-ssh-manager) 📇 🏠 🍎 🪟 🐧 - Manage multiple SSH servers from one MCP: command execution, file transfer/rsync, database dump/import/query (MySQL/PostgreSQL/MongoDB), backups & restore, health monitoring, persistent sessions, tunnels, ProxyJump/bastion, and opt-in per-server security modes (readonly/restricted) with audit log. Linux, macOS & Windows OpenSSH.
|
||||
- [capsulerun/bash](https://github.com/capsulerun/bash/tree/main/packages/bash-mcp) [](https://glama.ai/mcp/servers/capsulerun/bash) 📇 🏠 🍎 🪟 🐧 - Sandboxed bash for agents. Run untrusted commands in WebAssembly sandboxes with no setup required.
|
||||
- [cygnussystems/cygnus-ssh-mcp](https://github.com/cygnussystems/cygnus-ssh-mcp) [](https://glama.ai/mcp/servers/cygnussystems/cygnus-ssh-mcp) 🐍 🏠 🍎 🪟 🐧 - MCP server for SSH-based control of remote Linux, macOS, and Windows servers with 46 purpose-built tools instead of one generic command-runner: line-level file editing (no download/edit/upload round-trip), background task launch/monitor/kill, real sudo support, host aliases, recursive directory ops, archive create/extract, and full Unicode via SFTP (avoids PowerShell OEM code page corruption on Windows targets). `pip install cygnus-ssh-mcp` or `uvx cygnus-ssh-mcp`.
|
||||
|
||||
Reference in New Issue
Block a user