Skip to main content
Glama

Netlify MCP Server

Official
by netlify

netlify-coding-rules

Validate coding practices for Netlify serverless functions, edge functions, and SDK usage. Ensure compliance before creating or modifying functions or resources on the Netlify platform.

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" }

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