diff --git a/README.md b/README.md index 6ac1b8644..0e269db46 100644 --- a/README.md +++ b/README.md @@ -722,6 +722,7 @@ Full coding agents that enable LLMs to read, edit, and execute code and solve ge ### πŸ–₯️ Command Line Run commands, capture output and otherwise interact with shells and command line tools. +- [20000419/fauxnix](https://github.com/20000419/fauxnix) [![20000419/fauxnix MCP server](https://glama.ai/mcp/servers/20000419/fauxnix/badges/score.svg)](https://glama.ai/mcp/servers/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) [![bvisible/mcp-ssh-manager MCP server](https://glama.ai/mcp/servers/@bvisible/mcp-ssh-manager/badges/score.svg)](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) [![Capsule Bash MCP server](https://glama.ai/mcp/servers/capsulerun/bash/badges/score.svg)](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) [![cygnussystems/cygnus-ssh-mcp MCP server](https://glama.ai/mcp/servers/cygnussystems/cygnus-ssh-mcp/badges/score.svg)](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`.