INDIVIDUAL MCP TOOL
resync_from_idea
The recipe for re-syncing ONE changed Idea note into the specs that depend on it — the same scoped job the app's "Re-sync N systems" button does, minus the button.
LIVE ENDPOINT
https://mmvdabzadclebfxyzudg.supabase.co/functions/v1/forge-mcp
Connect to this endpoint to inspect the live schema for resync_from_idea and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.