From sudocode
Custom local stdio MCP server 'sudocode' running via generic shell script. Capabilities (tools, resources, prompts) unclear from configuration. No secrets or external connections required.
npx claudepluginhub sudocode-ai/sudocode --plugin sudocodeAdd to your .mcp.json:
{
"mcpServers": {
"sudocode": {
"command": "${CLAUDE_PLUGIN_ROOT}/.claude-plugin/run-mcp.sh"
}
}
}This server has elevated permissions. Review the source code before enabling.
${CLAUDE_PLUGIN_ROOT}/.claude-plugin/run-mcp.sh