← edge.network

INDIVIDUAL MCP TOOL

edge_update_deployment

Update an existing deployment: upload changed files and optionally purge the CDN cache.

edge.networknone authenticationAvailability not checked

LIVE ENDPOINT

https://edge.network/mcp

No auth detected

Connect to this endpoint to inspect the live schema for edge_update_deployment and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description contains a deletion term.

Parent server

edge.network

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.edge-network]
url = "https://edge.network/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "edge-network": {
      "type": "http",
      "url": "https://edge.network/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: edge-network
Remote MCP URL: https://edge.network/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "edge-network": {
      "url": "https://edge.network/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "edge-network": {
      "type": "http",
      "url": "https://edge.network/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "edge-network",
  "transport": "streamable-http",
  "url": "https://edge.network/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • edge_discover — Get everything about the connected Edge account: plan, budget, enabled products with limits and regions, current projects, and full API documentation.
  • edge_deploy_static_site — Deploy a static website to Edge in one call: creates a storage bucket, uploads files (or clones a git repo), configures the global CDN with SSL, and wires DNS if the zone is on Edge.
  • edge_deploy_app — Deploy a full application on a VM: provisions compute, runs a setup script, and optionally adds CDN and DNS.
  • edge_list_projects — List all projects (groupings of resources) on the connected Edge account.
  • edge_project_health — Comprehensive health check for every resource in a project: status, metrics, and actionable suggestions.
  • edge_scale_project — Scale the compute resources in a project up or down.
  • edge_teardown_project — PERMANENTLY delete a project and every resource in it (VMs, buckets, CDN deployments, DNS zones).
  • edge_list_vms — List all virtual machines on the account with status, size, and IPs.