diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 000000000..b7f2433ac --- /dev/null +++ b/.mcp.json @@ -0,0 +1,11 @@ +{ + "mcpServers": { + "render": { + "type": "http", + "url": "https://mcp.render.com/mcp", + "headers": { + "Authorization": "Bearer ${RENDER_API_KEY}" + } + } + } +}