Shell Scripting
MCP Serverby AJBcoding · Added 5mo ago
Claude
3
Install
git clone https://github.com/AJBcoding/claude-skill-evalAdd to Claude
claude mcp add shell-scriptingQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"shell-scripting": {
"command": "npx",
"args": [
"@modelcontextprotocol/shell-scripting"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Practical bash scripting guidance emphasising defensive programming, ShellCheck compliance, and simplicity. Use when writing shell scripts that need to be reliable and maintainable.
Tags
devopspythongoshellbashskill