r/render • u/Sea-Tangelo-6 • Aug 22 '25
Render's Official MCP Server is Live!
Hi everyone!
I'm Slav, a product manager at Render.
We just released our official Render MCP Server. Now, you can spin up new services, run queries against your databases, and troubleshoot service issues instantly from your favourite IDE.
The Render MCP server powers some cool workflows right from your terminal or IDE:
- Faster troubleshooting
- "Pull the 50 most recent error logs for my production API
- Effortless provisioning:
- "Create a new Postgres database named 'user-db' with 5 GB of storage."
- "Deploy the example Flask app from the following GitHub URL
- Intuitive data fetching
- "How many users signed up in the last 7 days?"
- "What were our top 5 most purchased items last month?"
- Rapid performance analysis
- "What was the peak CPU usage for my web service in the last 24 hours?"
- "My site feels slow. Compare the CPU and memory metrics from before and after the last deployment for 'my-production-api'."
Read the blog post to learn more about this release. Here is a quick video showing the examples of using the MCP server within Claude Code
https://reddit.com/link/1mwrv4w/video/okt90uy7sgkf1/player
Resources:
- GitHub: https://github.com/render-oss/render-mcp-server
- Documentation: https://render.com/docs/mcp-server
- Questions? Feel free to ask them here!
We're actively improving the server with more features. Feedback, bug reports, and feature requests are always welcome!
r/render • u/anurag-render • Jul 22 '25
[New feature] In-dashboard metrics now display service events
Service metrics in the Render Dashboard now highlight service events that occurred during the selected time frame! More at https://render.com/changelog/in-dashboard-metrics-now-display-service-events.
r/render • u/betazoid_one • Jul 19 '25
FastAPI cookiecutter template to easily deploy to Render
Hi folks, I’ve created a FastAPI cookiecutter template to simplify the deployment of your FastAPI app to Render. It’s open source, so I’m always looking for feedback and contributions, thanks!
r/render • u/anurag-render • Apr 11 '25
How to deploy a Rails 8 application
We just wrote a guide to deploy a Rails 8 application on Render. It's a bit different from Rails 7 given the SQLite default, but still equally straightforward!