← render.com
INDIVIDUAL MCP TOOL
query_render_postgres
Run a read-only SQL query against a Render-hosted Postgres database.
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
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 accountcreate_postgres— Create a new Postgres instance in your Render accountcreate_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 IDget_metrics— Get performance metrics for any Render resource (services, Postgres databases, key-value stores).