CONTRIBUTING.md

June 5, 2025 ยท View on GitHub

Getting Started

Clone and Install

git clone <this-repo>
cd <this-repo>
npm install

Set up local MCP configuration

Add a local MCP server to your MCP client by referencing the netlify-mcp.ts script:

{
  "mcpServers": {
    "local-netlify-mcp": {
      "command": "npx",
      "args": [
        "tsx",
        "<path-to-repo>/netlify-mcp.ts"
      ]
    }
  }
}

MCP Inspector

For debugging or inspecting your setup, run in your repo directory:

npx @modelcontextprotocol/inspector npx tsx netlify-mcp.ts