Skip to main content
Glama

Netlify MCP Server

set-env-vars

Define environment variables for a specific site using its ID or name, enabling configuration management and deployment control in the Netlify MCP Server.

Instructions

Set environment variables for a site

Input Schema

NameRequiredDescriptionDefault
envVarsYesEnvironment variables to set
siteIdYesSite ID or name

Input Schema (JSON Schema)

{ "properties": { "envVars": { "additionalProperties": { "type": "string" }, "description": "Environment variables to set", "type": "object" }, "siteId": { "description": "Site ID or name", "type": "string" } }, "required": [ "siteId", "envVars" ], "type": "object" }

You must be authenticated.

Other Tools from Netlify MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DynamicEndpoints/Netlify-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server