Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub jmagar/.agents --plugin zsh-toolCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"zsh-tool": {
"command": "${CLAUDE_PLUGIN_ROOT}/scripts/run-mcp.sh",
"env": {
"CLAUDE_PLUGIN_ROOT": "/home/meldrey/Projects/PRJ-zsh-tool",
"NEVERHANG_TIMEOUT_MAX": "600",
"NEVERHANG_TIMEOUT_DEFAULT": "120"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
${CLAUDE_PLUGIN_ROOT}/scripts/run-mcp.shEnvironment variables set when the server starts
CLAUDE_PLUGIN_ROOT=/home/meldrey/Projects/PRJ-zsh-toolNEVERHANG_TIMEOUT_MAX=600NEVERHANG_TIMEOUT_DEFAULT=120Share bugs, ideas, or general feedback.