Render Deployment Guide
Description
This document explains how to deploy the Office Word MCP Server on Render.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Render Deployment Guide
This document explains how to deploy the Office Word MCP Server on Render.
Required Environment Variables
Set the following environment variables in your Render service:
`MCP_TRANSPORT`
- Value:
sse - Description: Sets the transport type to Server-Sent Events (SSE) for HTTP communication
- Required: Yes (for Render deployment)
`MCP_HOST`
- Value:
0.0.0.0 - Description: Binds the server to all network interfaces
- Required: No (defaults to 0.0.0.0)
`FASTMCP_LOG_LEVEL`
- Value:
INFO - Description: Sets the logging level for FastMCP
- Required: No (defaults to INFO)
How to Set Environment Variables
- Go to your Render dashboard: https://dashboard.render.com
- Navigate to your service:
Office-Word-MCP-Server - Click on "Environment" in the left sidebar
- Add the environment variable:
- Key:
MCP_TRANSPORT - Value:
sse
- Key:
- Click "Save Changes"
Deployment
After setting the environment variables:
- Render will automatically redeploy your service
- The server will start with SSE transport on the port provided by Render
- Access your server at:
https://office-word-mcp-server-bzlp.onrender.com/sse
Health Check Endpoint
The FastMCP server with SSE transport automatically provides a health check endpoint at:
https://your-service.onrender.com/health
Troubleshooting
Server exits with status 1
- Cause: Server is running in STDIO mode instead of SSE
- Fix: Ensure
MCP_TRANSPORT=sseis set in environment variables
Port binding errors
- Cause: Server not using Render's PORT environment variable
- Fix: This has been fixed in the latest version of main.py
Cannot connect to server
- Cause: Health checks failing
- Fix: Ensure SSE transport is enabled and server is listening on 0.0.0.0
Related Skills
Docker
---
DevOps Kubernetes
---
DevOps AWS Skills
AWS development with CDK best practices, cost optimization MCP servers, and serverless/event-driven architectu
DevOps Composio Split
Manage Split feature flags and experiments
DevOps **claude-code-router**
(25.3k ⭐) - Use Claude Code as the foundation for coding infrastructure, allowing you to decide how to interac
DevOps CLAUDE.md CI/CD Wiki
Community patterns for CLAUDE.md configuration in CI/CD pipelines.
DevOps