| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Use Render from Claude Code to deploy apps, validate render.yaml, debug failed deploys, monitor services, and work through common platform workflows.
Add this repo as a Claude Code marketplace, then install the render plugin from it:
/plugin marketplace add render-oss/render-plugin-claude-code /plugin install render
git clone https://github.com/render-oss/render-plugin-claude-code.git/plugin marketplace add ./render-plugin-claude-code /plugin install render
Use the plugin to:
Good first prompts:
You can also run the slash commands directly:
The plugin uses the Render CLI for live operations and Blueprint validation. Most workflows depend on it.
brew install renderrender loginrender whoami -o jsonIf render whoami -o json fails, fix authentication before relying on Render workflows in Claude Code.
The plugin bundles Render's MCP server through the .mcp.json at the repo root, so Claude can manage your Render services, deploys, logs, metrics, and databases directly.
Authentication is handled over OAuth — you don't need an API key. The first time Claude uses a Render MCP tool, it opens your browser to sign in to Render and authorize access to https://mcp.render.com/mcp. After you approve, Claude connects automatically on future runs.
The MCP server and the Render CLI (below) are complementary: MCP covers day-to-day service, log, metric, and database operations, while the CLI still backs Blueprint validation and other CLI-only workflows.
Run the sync script to refresh skills/ from render-oss/skills:
./scripts/sync-skills.shGitHub Actions also runs .github/workflows/sync-skills.yml each day and opens a pull request when upstream skills change.
MIT. See LICENSE.
| Back | FazBrowse Home | New Git URL |