Render MCP Server
Overview
The Render MCP Server is a Model Context Protocol (MCP) server that allows you to interact with your Render resources via LLMs.
Getting Started
Get started with the MCP server by following the official docs: https://render.com/docs/mcp-server
Use Cases
- Creating and managing web services, static sites, cron jobs, and databases on Render
- Monitoring application logs and deployment status to help troubleshoot issues
- Monitoring service performance metrics for debugging, capacity planning, and optimization
- Querying your Postgres databases directly inside an LLM
Feedback
Please leave feedback via filing a GitHub issue if you have any feature requests, bug reports, suggestions, comments, or concerns.
Tools
Workspaces
list_workspaces - List the workspaces that you have access to
- No parameters required
select_workspace - Select a workspace to use
ownerID: The ID of the workspace to use (string, required)
get_selected_workspace - Get the currently selected workspace
- No parameters required






