### Install sudocode Globally Source: https://www.sudocode.ai Installs the sudocode CLI globally using npm and initializes a new sudocode project. ```bash npm install -g sudocode sudocode init ``` -------------------------------- ### Add and Install sudocode Claude Code Plugin Source: https://www.sudocode.ai Commands to add the sudocode AI Claude Code Plugin from the marketplace and then install it. ```bash /plugin marketplace add sudocode-ai/sudocode /plugin install sudocode ``` -------------------------------- ### Configure MCP Server for sudocode Source: https://www.sudocode.ai Configuration for an MCP server to use sudocode as a plugin, specifying the command to run. ```json { "mcpServers": { "sudocode": { "command": "sudocode-mcp" } } } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.