MCP server

Render
MCPOfficial Render MCP. Services and deploys.
@render-oss/mcp. Preview, deploy, and logs for the workspace the key opens.
latest·MIT·Updated this quarter·github.com/render-oss/render-mcp-server·Transport: stdio
Claude CodeCursorVS CodeDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"render": {
"command": "npx",
"args": [
"-y",
"@render-oss/render-mcp"
],
"env": {
"RENDER_API_KEY": "…"
}
}
}
}By Render
Spec
What the server actually exposes.
list_services
readServices in the workspace.
logs
readService logs.
deploy
writeTrigger a deploy after you confirm.
Guardrails
- Credentials stay in env
- Read-first unless a write tool is called
- Official package, not a wrapper
render-mcp.mcp/tools
Tools
- read
list_services
Services in the workspace.
- read
logs
Service logs.
- write
deploy
Trigger a deploy after you confirm.
Last call
{ "ok": true,
"tool": "list_services",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
