MCP server on RENDER

The MCP research_server.py is running successfully on RENDER. I connect my local mcp_chatbot.by to the remote server by setting the SERVER URL to the RENDER address in

sse_transport = await self.exit_stack.enter_async_context(
sse_client(url= “server_URL/sse” )
)
read, write = sse_transport

As the filesystem_mcp is now running on RENDER I can not save under the free tiers RENDER plan, if I understand correctly.