← forgeengine.app

INDIVIDUAL MCP TOOL

delete_entity

PROPOSE a delete → Inbox (owner adopts; nothing deleted now).

forgeengine.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://mmvdabzadclebfxyzudg.supabase.co/functions/v1/forge-mcp

No auth detected

Connect to this endpoint to inspect the live schema for delete_entity 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 deletion term.

Parent server

forgeengine.app

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.forge]
url = "https://mmvdabzadclebfxyzudg.supabase.co/functions/v1/forge-mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "forge": {
      "type": "http",
      "url": "https://mmvdabzadclebfxyzudg.supabase.co/functions/v1/forge-mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: forge
Remote MCP URL: https://mmvdabzadclebfxyzudg.supabase.co/functions/v1/forge-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": {
    "forge": {
      "url": "https://mmvdabzadclebfxyzudg.supabase.co/functions/v1/forge-mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "forge": {
      "type": "http",
      "url": "https://mmvdabzadclebfxyzudg.supabase.co/functions/v1/forge-mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "forge",
  "transport": "streamable-http",
  "url": "https://mmvdabzadclebfxyzudg.supabase.co/functions/v1/forge-mcp"
}
MCP Inspector

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

Related tools

  • get_help — Forge how-to on demand (no project needed): propose→adopt, what a System is, Balance Lab formats, sign-in.
  • get_workflow — Run FIRST in a new repo (no project): first-connect routine + the working-agreement block to ADD to AGENTS.
  • import_from_code — One-command codebase import: recipe + batch id — propose one Context overview + one System per real module; the owner adopts all at once.
  • design_ui_from_systems — Recipe to design the UI from Systems (user request only): steps + batch id — confirm canvas aspect, then screens + PLACED elements + edges in one batch.
  • post_log — Append a build-log entry to Activity — what you built/decided (commit-note style).
  • get_project_context — FULL design dump — LARGE, last resort; prefer get_project_meta + list_*/get_*/search.
  • list_projects — Projects your key reaches (id, name, role); pass an id as project_id to switch.
  • get_project_meta — START HERE.