Skip to main content
Glama

Netlify MCP Server

Official
by netlify

netlify-coding-rules

Ensure compliance with coding standards when writing serverless or Netlify functions. Mandatory step before creating or modifying functions, SDK/library usage, or related resources.

Instructions

ALWAYS call when writing serverless or Netlify code. required step before creating or editing any type of functions, Netlify sdk/library usage, etc.

Input Schema

NameRequiredDescriptionDefault
creationTypeYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "creationType": { "enum": [ "serverless", "edge-functions", "blobs", "image-cdn", "forms", "db" ], "type": "string" } }, "required": [ "creationType" ], "type": "object" }
Install Server

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/netlify/netlify-mcp'

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