Render MCP Server
@niyogi
关于 Render MCP Server
An unofficial MCP server for Render to help developers ship code faster via Cline, Cursor, and Windsurf
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"render-mcp": {
"command": "node",
"args": [
"bin/render-mcp.js",
"configure",
"--api-key=YOUR_API_KEY"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Render MCP Server?
A Model Context Protocol server that enables AI assistants to interact with the Render API for deploying and managing services on Render.com. It covers all official Render MCP features plus mutating operations like triggering deploys, deleting resources, and managing custom domains.
How to use Render MCP Server?
Install globally: npm install -g @niyogi/render-mcp. Obtain a Render API key from the Render Dashboard, then run render-mcp configure --api-key=YOUR_API_KEY (or render-mcp configure to be prompted). Start the server with render-mcp start. Connect your AI assistant by configuring it to launch the server—for example, for Claude Code use claude mcp add render -e RENDER_API_KEY=YOUR_API_KEY -- npx -y @niyogi/render-mcp start.
Key features of Render MCP Server
- List, get details, create, deploy, restart, and delete services
- Manage environment variables and custom domains on services
- View deployment history, get single deploy, cancel in-progress deploys
- List workspaces, get details, and select a default workspace
- Filter logs and list log label values; fetch performance metrics
- Manage Postgres and Redis datastores; run read‑only SQL queries on Postgres
Use cases of Render MCP Server
- Deploy a web service or static site from a GitHub repo via an AI assistant
- Monitor service logs and metrics to troubleshoot issues
- Manage multiple Render workspaces and resources programmatically
- Query a Render Postgres database with read‑only SQL through natural language
- Automate service restarts, deploys, and custom domain additions
FAQ from Render MCP Server
What does this MCP server offer beyond the official Render MCP server?
It includes all official features plus mutating operations—triggering deploys, deleting resources, managing custom domains, restarting, and cancelling deploys—which the official server omits.
What dependencies are required?
For query_render_postgres, the pg driver is needed; run npm install after installing the package. No other runtime dependencies beyond Node.js.
How is authentication handled?
Authentication uses a Render API key, configured either via the environment variable RENDER_API_KEY when launching the server, or stored in ~/.render-mcp/config.json using the configure command.
What transport does the server use?
It uses stdio transport, compatible with AI assistants that support MCP over standard input/output.
Can I run read‑only SQL queries on my Render Postgres database?
Yes, the query_render_postgres tool runs single‑statement SELECT, WITH, EXPLAIN, or SHOW queries inside a READ ONLY transaction.
开发工具 分类下的更多 MCP 服务器
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
评论