Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From synix
Local MCP server that runs a bash proxy script. Purpose is unclear from configuration alone; may connect to an external service via proxy.
npx claudepluginhub marklubin/synix --plugin synixCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"synix": {
"command": "bash",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp_proxy.sh"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
bashCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.