render-mcp-server

render-mcp-server

3.5

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

  1. list_workspaces

    List the workspaces that you have access to.

  2. select_workspace

    Select a workspace to use.

  3. get_selected_workspace

    Get the currently selected workspace.

  4. list_services

    List all services in your Render account.

  5. get_service

    Get details about a specific service.

  6. create_web_service

    Create a new web service in your Render account.

  7. create_static_site

    Create a new static site in your Render account.

  8. update_environment_variables

    Update all environment variables for a service.

  9. list_deploys

    List deployment history for a service.

  10. get_deploy

    Get details about a specific deployment.

  11. list_logs

    List logs matching the provided filters.

  12. list_log_label_values

    List all values for a given log label in the logs matching the provided filters.

  13. query_render_postgres

    Run a read-only SQL query against a Render-hosted Postgres database.

  14. list_postgres_instances

    List all PostgreSQL databases in your Render account.

  15. get_postgres

    Get details about a specific PostgreSQL database.

  16. create_postgres

    Create a new PostgreSQL database.

  17. list_key_value

    List all Key Value instances in your Render account.

  18. get_key_value

    Get details about a specific Key Value instance.

  19. create_key_value

    Create a new Key Value instance.