render-mcp
レンダリングMCPサーバー
AI アシスタントを通じてRender.comに直接デプロイします。
この MCP (Model Context Protocol) サーバーにより、Claude などの AI アシスタントが Render API と対話できるようになり、Render.com でのサービスの展開と管理が可能になります。
特徴
Renderアカウント内のすべてのサービスを一覧表示する
特定のサービスの詳細を取得する
サービスの展開
新しいサービスを作成する
サービスを削除する
展開履歴を取得する
環境変数を管理する
カスタムドメインを管理する
Related MCP server: Railway MCP Server
インストール
npm install -g @niyogi/render-mcp構成
レンダリングダッシュボードからレンダリングAPIキーを取得します
キーを使用して MCP サーバーを構成します。
node bin/render-mcp.js configure --api-key=YOUR_API_KEYあるいは、 --api-keyフラグを指定せずにnode bin/render-mcp.js configureを実行して、API キーの入力を求めることもできます。
使用法
サーバーの起動
node bin/render-mcp.js start構成の確認
node bin/render-mcp.js config診断の実行
node bin/render-mcp.js doctor注: パッケージをグローバルにインストールした場合は、短いコマンドも使用できます。
render-mcp start
render-mcp config
render-mcp doctorさまざまなAIアシスタントと併用する
Clineと併用
Cline MCP 設定ファイルに以下を追加します。
{ "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": [] } } }変更を有効にするには、Cline を再起動してください。
Claude を通じて Render と対話できるようになりました。
Claude, please deploy my web service to Render
Windsurf/Cursorと併用
render-mcp パッケージをインストールします。
npm install -g @niyogi/render-mcpAPI キーを設定します。
node bin/render-mcp.js configure --api-key=YOUR_API_KEY別のターミナルで MCP サーバーを起動します。
node bin/render-mcp.js startWindsurf/Cursor 設定で、Render MCP サーバーを追加します。
サーバー名: render
サーバータイプ: stdio
コマンド: ノード
引数: ["/path/to/render-mcp/bin/render-mcp.js", "start"]
AIアシスタントでレンダリングコマンドが使用できるようになりました
Claude API統合の使用
Claude の API を直接使用するカスタム アプリケーションの場合:
render-mcp サーバーが実行中であることを確認します。
node bin/render-mcp.js startアプリケーションで、API 経由で Claude にメッセージを送信するときに、リクエストに MCP サーバー接続を含めます。
{ "mcpConnections": [ { "name": "render", "transport": { "type": "stdio", "command": "node", "args": ["/path/to/render-mcp/bin/render-mcp.js", "start"] } } ] }クロードはRender MCPサーバーと対話できるようになります
プロンプトの例
MCP サーバーが接続されたら、Claude で使用できるプロンプトの例を次に示します。
「Render 上のすべてのサービスを一覧表示する」
「ID srv-123456 の Web サービスをデプロイする」
「GitHub リポジトリから Render に新しい静的サイトを作成する」
「サービスのデプロイメント履歴を表示してください」
「サービスに環境変数を追加する」
「サービスにカスタムドメインを追加する」
発達
ソースから構築
git clone https://github.com/niyogi/render-mcp.git
cd render-mcp
npm install
npm run buildテストの実行
npm testライセンス
マサチューセッツ工科大学
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Deploy and manage applications, databases, domains, and git repos
Deploy and manage your apps on Qovery
Develop, manage, and debug Railway projects, services, and deployments from within agents.
Deploy applications to Cloud Run
Related MCP Servers
- AlicenseDqualityFmaintenanceProvides programmatic and CLI tools for managing Coolify deployments, allowing users to control applications, services, databases, and infrastructure through natural language or command line.101897Good Luck With That Public
- AlicenseAqualityDmaintenanceEnables management of Railway.app infrastructure through natural language, including deploying services, managing environment variables, monitoring deployments, and controlling project resources.3658MIT
- AlicenseAqualityDmaintenanceEnables management of Railway.app infrastructure through natural language, including deploying services, managing environment variables, monitoring deployments, and handling databases and volumes.3658MIT
- AlicenseNot gradedqualityDmaintenanceUnified deployment dashboard MCP server for AI agents. 9 tools to manage services across Vercel, Render, Railway, and Fly.io — deploy status, logs, service listing, environment variables, rollback, and health checks from one endpoint. Free tier: 50 requests/IP/day.3MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/niyogi/render-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server