Cover image
Try Now
2025-03-16

用于渲染的非官方MCP服务器,可帮助开发人员通过Cline,Cursor和Windsurf更快地发货代码

3 years

Works with Finder

1

Github Watches

1

Github Forks

3

Github Stars

Render MCP Server

Deploy to Render.com directly through AI assistants.

This MCP (Model Context Protocol) server allows AI assistants like Claude to interact with the Render API, enabling deployment and management of services on Render.com.

Features

  • List all services in your Render account
  • Get details of a specific service
  • Deploy services
  • Create new services
  • Delete services
  • Get deployment history
  • Manage environment variables
  • Manage custom domains

Installation

npm install -g @niyogi/render-mcp

Configuration

  1. Get your Render API key from Render Dashboard
  2. Configure the MCP server with your key:
node bin/render-mcp.js configure --api-key=YOUR_API_KEY

Alternatively, you can run node bin/render-mcp.js configure without the --api-key flag to be prompted for your API key.

Usage

Starting the Server

node bin/render-mcp.js start

Checking Configuration

node bin/render-mcp.js config

Running Diagnostics

node bin/render-mcp.js doctor

Note: If you've installed the package globally, you can also use the shorter commands:

render-mcp start
render-mcp config
render-mcp doctor

Using with Different AI Assistants

Using with Cline

  1. Add the following to your Cline MCP settings file:

    {
      "mcpServers": {
        "render": {
          "command": "node",
          "args": ["/path/to/render-mcp/bin/render-mcp.js", "start"],
          "env": {
            "RENDER_API_KEY": "your-render-api-key"
          },
          "disabled": false,
          "autoApprove": []
        }
      }
    }
    
  2. Restart Cline for the changes to take effect

  3. You can now interact with Render through Claude:

    Claude, please deploy my web service to Render
    

Using with Windsurf/Cursor

  1. Install the render-mcp package:

    npm install -g @niyogi/render-mcp
    
  2. Configure your API key:

    node bin/render-mcp.js configure --api-key=YOUR_API_KEY
    
  3. Start the MCP server in a separate terminal:

    node bin/render-mcp.js start
    
  4. In Windsurf/Cursor settings, add the Render MCP server:

    • Server Name: render
    • Server Type: stdio
    • Command: node
    • Arguments: ["/path/to/render-mcp/bin/render-mcp.js", "start"]
  5. You can now use the Render commands in your AI assistant

Using with Claude API Integrations

For custom applications using Claude's API directly:

  1. Ensure the render-mcp server is running:

    node bin/render-mcp.js start
    
  2. In your application, when sending messages to Claude via the API, include the MCP server connections in your request:

    {
      "mcpConnections": [
        {
          "name": "render",
          "transport": {
            "type": "stdio",
            "command": "node",
            "args": ["/path/to/render-mcp/bin/render-mcp.js", "start"]
          }
        }
      ]
    }
    
  3. Claude will now be able to interact with your Render MCP server

Example Prompts

Here are some example prompts you can use with Claude once the MCP server is connected:

  • "List all my services on Render"
  • "Deploy my web service with ID srv-123456"
  • "Create a new static site on Render from my GitHub repo"
  • "Show me the deployment history for my service"
  • "Add an environment variable to my service"
  • "Add a custom domain to my service"

Development

Building from Source

git clone https://github.com/niyogi/render-mcp.git
cd render-mcp
npm install
npm run build

Running Tests

npm test

License

MIT

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Khalid kalib
  • Write professional emails

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • Yasir Eryilmaz
  • AI scriptwriting assistant for short, engaging video content.

  • INFOLAB OPERATIONS 2
  • A medical specialist offering assistance grounded in clinical guidelines. Disclaimer: This is intended for research and is NOT safe for clinical use!

  • Daren White
  • A supportive coach for mastering all Spanish tenses.

  • J. DE HARO OLLE
  • Especialista en juegos de palabras en varios idiomas.

  • apappascs
  • 发现市场上最全面,最新的MCP服务器集合。该存储库充当集中式枢纽,提供了广泛的开源和专有MCP服务器目录,并提供功能,文档链接和贡献者。

  • ShrimpingIt
  • MCP系列GPIO Expander的基于Micropython I2C的操作,源自ADAFRUIT_MCP230XX

  • OffchainLabs
  • 进行以太坊的实施

  • huahuayu
  • 统一的API网关,用于将多个Etherscan样区块链Explorer API与对AI助手的模型上下文协议(MCP)支持。

  • deemkeen
  • 用电源组合控制您的MBOT2:MQTT+MCP+LLM

  • zhaoyunxing92
  • MCP(消息连接器协议)服务

  • pontusab
  • 光标与风浪冲浪社区,查找规则和MCP

    Reviews

    1 (1)
    Avatar
    user_qokAvuoM
    2025-04-15

    The Code Review MCP Tool for Cursor by Orcus2021 is a game-changer for developers. Its intuitive design and powerful features streamline the code review process, making it both efficient and effective. It's a must-have for any team aiming to improve their code quality and collaboration. Highly recommend!