Execute pre-configured and secure shell commands via a Go-based MCP server.
Go server implementing Model Context Protocol (MCP) for executing shell commands.
Note: The server will only allow execution of commands specified via the allowedCommands parameter or all commands if configured with "*".
execute_command
command
(string): The command to executeshell
(string, optional): The shell to use (bash or zsh, defaults to bash)list_recent_commands
limit
(integer, optional): Number of commands to return (defaults to 10)list_allowed_commands
Install the server
go install github.com/gamunu/mcp-unix-shell
Add this to your claude_desktop_config.json
:
{
"mcpServers": {
"shell": {
"command": "mcp-unix-shell",
"args": [
"--allowed-commands=ls,cat,echo,find"
]
}
}
}
To allow all commands (use with caution):
{
"mcpServers": {
"shell": {
"command": "mcp-unix-shell",
"args": [
"--allowed-commands=*"
]
}
}
}
When using this MCP server, please consider:
This MCP server is licensed under the Apache License 2.0.
Bring the full power of BrowserStack’s Test Platform to your AI tools, making testing faster and easier for every developer and tester on your team.
Search and access Laravel documentation from version 6.x onwards, with automatic daily updates.
An MCP server providing searchable access to multiple AI/ML SDK documentation and source code.
A collection of demo files for MCP servers and clients, illustrating various transport protocols and server capabilities using Python.
Seamlessly bring real-time production context—logs, metrics, and traces—into your local environment to auto-fix code faster.
A collection of MCP servers designed for rapid prototyping in CS experimentation workshops.
A Model Context Protocol server for generating visual charts using AntV.
Query and analyze your Opik logs, traces, prompts and all other telemtry data from your LLMs in natural language.
A Tabby plugin implementing an MCP server for AI-powered terminal control and automation.
Execute terminal commands for malware analysis. Requires Node.js 18 or higher.