render-mcp-server
If you are the rightful owner of render-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Render MCP Server is an early access server that facilitates interaction with Render resources using Model Context Protocol (MCP) and LLMs.
The Render MCP Server is a cutting-edge tool designed to enhance the management and interaction with Render resources through the Model Context Protocol (MCP). This server allows users to create and manage web services, static sites, and databases on Render, providing a seamless integration with large language models (LLMs). It offers capabilities for monitoring application logs and deployment statuses, which aids in troubleshooting and maintaining the health of applications. Additionally, it enables direct querying of Postgres databases within an LLM environment, streamlining data access and manipulation. As an early access tool, it invites user feedback to refine and expand its functionalities, ensuring it meets the evolving needs of developers and system administrators.
Features
- Create and manage web services, static sites, and databases on Render.
- Monitor application logs and deployment status for troubleshooting.
- Query Postgres databases directly within an LLM environment.
- Early access with a focus on user feedback for continuous improvement.
- Integration with various MCP clients like Claude Desktop, Cursor IDE, and VS Code.
Tools
list_workspaces
List the workspaces that you have access to.
select_workspace
Select a workspace to use.
get_selected_workspace
Get the currently selected workspace.
list_services
List all services in your Render account.
get_service
Get details about a specific service.
create_web_service
Create a new web service in your Render account.
create_static_site
Create a new static site in your Render account.
update_environment_variables
Update all environment variables for a service.
list_deploys
List deployment history for a service.
get_deploy
Get details about a specific deployment.
list_logs
List logs matching the provided filters.
list_log_label_values
List all values for a given log label in the logs matching the provided filters.
query_render_postgres
Run a read-only SQL query against a Render-hosted Postgres database.
list_postgres_instances
List all PostgreSQL databases in your Render account.
get_postgres
Get details about a specific PostgreSQL database.
create_postgres
Create a new PostgreSQL database.
list_key_value
List all Key Value instances in your Render account.
get_key_value
Get details about a specific Key Value instance.
create_key_value
Create a new Key Value instance.