Skip to main content
Glama

Netlify MCP Server

Official
by netlify
package.json980 B
{ "name": "@netlify/mcp", "version": "1.12.0", "description": "", "type": "module", "main": "./dist/netlify-mcp.js", "bin": { "netlify-mcp": "./dist/netlify-mcp.js" }, "scripts": { "build": "tsup ./netlify-mcp.ts --format esm", "start": "node ./dist/netlify-mcp.js", "build:publish": "rm -rf ./dist && npm run build && npm publish" }, "files": [ "dist/*", "package.json" ], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "@netlify/edge-functions": "^2.15.0", "@netlify/functions": "^4.1.4", "archiver": "^7.0.1", "env-paths": "^3.0.0", "fetch-to-node": "^2.1.0", "jose": "^6.0.11", "oidc-provider": "^9.1.3", "serverless-http": "^3.2.0", "zod": "^3.24.4", "zod-to-json-schema": "^3.24.5" }, "devDependencies": { "@types/node": "^22.15.32", "@types/oidc-provider": "^9.1.0", "tsup": "^8.4.0", "typescript": "^5.8.3" } }

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