← render.com

INDIVIDUAL MCP TOOL

get_selected_workspace

Get the currently selected workspace

render.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

render.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.render-com]
url = "https://mcp.render.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "render-com": {
      "type": "http",
      "url": "https://mcp.render.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: render-com
Remote MCP URL: https://mcp.render.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "render-com": {
      "url": "https://mcp.render.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "render-com": {
      "type": "http",
      "url": "https://mcp.render.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "render-com",
  "transport": "streamable-http",
  "url": "https://mcp.render.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • create_cron_job — Create a new cron job in your Render account.
  • create_key_value — Create a new Key Value instance in your Render account
  • create_postgres — Create a new Postgres instance in your Render account
  • create_static_site — Create a new static site in your Render account.
  • create_web_service — Create a new web service in your Render account.
  • get_deploy — Retrieve the details of a particular deploy for a particular service.
  • get_key_value — Retrieve a Key Value instance by ID
  • get_metrics — Get performance metrics for any Render resource (services, Postgres databases, key-value stores).