Skip to main content
Glama

Netlify MCP Server

package.json1.48 kB
{ "name": "@dynamicendpoints/netlify-mcp-server", "version": "2.0.0", "description": "A Model Context Protocol (MCP) server for Netlify operations, providing comprehensive access to Netlify's features through CLI integration", "type": "module", "main": "./build/index.js", "bin": { "netlify-mcp-server": "./build/index.js" }, "keywords": [ "mcp", "model-context-protocol", "netlify", "deployment", "serverless", "cli", "ai", "assistant" ], "repository": { "type": "git", "url": "https://github.com/DynamicEndpoints/Netlify-MCP-Server" }, "author": "DynamicEndpoints", "license": "MIT", "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "watch": "tsc -w", "dev": "npm run build && node build/index.js", "start": "node build/index.js", "start:sse": "node start-sse.js", "start:sse:dev": "npm run build && node start-sse.js", "test:discovery": "node test-mcp.js", "test:tools": "node test-discovery.js" }, "files": [ "build" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.12.3", "@types/cors": "^2.8.19", "@types/express": "^5.0.3", "@types/ws": "^8.18.1", "cors": "^2.8.5", "express": "^5.1.0", "netlify-cli": "^22.1.3", "node-fetch": "^3.3.2", "ws": "^8.18.2", "zod": "^3.25.64" }, "devDependencies": { "@types/node": "^22.14.0", "typescript": "^5.7.2" } }

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