MCP Server
Active
Apache-2.0
io.github.MukundaKatta/shellquote-mcp MCP Server
io.github.MukundaKatta/shellquote-mcp
What is the io.github.MukundaKatta/shellquote-mcp MCP server?
Safe shell argument escaping for bash, cmd.exe, and PowerShell.
How to install io.github.MukundaKatta/shellquote-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"shellquote-mcp": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/shellquote-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"shellquote-mcp": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/shellquote-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"shellquote-mcp": {
"command": "npx",
"args": [
"-y",
"@mukundakatta/shellquote-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"shellquote-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mukundakatta/shellquote-mcp"
]
}
}
}Claude Code
claude mcp add shellquote-mcp -- npx -y @mukundakatta/shellquote-mcpRelated MCP servers
Structured-output enforcer: extract and validate JSON from messy LLM text.
1
View repository →JavaScript
MIT
Token-aware message truncation: fit a chat history into your model's context budget.
1
View repository →JavaScript
MIT
Network-egress firewall for agent tools: check URLs against a declarative policy.
1
View repository →JavaScript
MIT
Validate tool-call args before execution. Returns LLM-friendly retry hints.
1
View repository →JavaScript
MIT
Snapshot tests for AI tool-call traces: diff, validate, and catch silent regressions.
0
View repository →JavaScript
MIT