Forge Engine
Server Details
Design spec + milestones AI coding agents read before building; drift flagged, changes reviewed.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- alongkornonline2019/forge-mcp
- GitHub Stars
- 0
- Server Listing
- forge-mcp
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.7/5 across 48 of 48 tools scored. Lowest: 1.8/5.
Tools generally have distinct purposes, but a few overlap, such as propose_screen vs design_ui_from_systems and get_project_meta vs get_briefing. Descriptions help differentiate, but agents might occasionally select the wrong tool.
Most tools follow a verb_noun pattern (e.g., add_task, get_balance), with some using prepositions (e.g., import_from_code). The naming is mostly consistent, with minor deviations that do not hinder understanding.
48 tools is quite high for a single server, potentially overwhelming agents. However, the domain is complex, covering design, development, and project management, which may justify the count. It borders on being too heavy.
The tool set covers most lifecycle aspects: CRUD for systems, screens, milestones, tasks, plus proposal workflows, drift reporting, and search. Minor gaps exist (e.g., no direct delete for screens), but agents can work around them.
Available Tools
54 toolsadd_taskInspect
Add a task to a milestone — DIRECT. assignee:"me" claims on creation.
| Name | Required | Description | Default |
|---|---|---|---|
| done | No | ||
| name | Yes | Task name | |
| human | No | Human-only (GTM/validation/people work) — next_task & get_briefing skip it | |
| effort | No | ||
| status | No | ||
| assignee | No | "me" claims it | |
| milestone | No | If no id | |
| project_id | No | ||
| milestone_id | No | Preferred |
dedupeDestructiveInspect
Remove duplicate-named entries (keep first) — DIRECT, destructive.
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | What to dedupe | |
| screen | No | For kind=elements | |
| project_id | No |
delete_entityDestructiveInspect
PROPOSE a delete → Inbox (owner adopts; nothing deleted now). id preferred or exact name; flow_edge may use from+to.
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Entity/task/element/edge id | |
| to | No | flow_edge: destination screen | |
| from | No | flow_edge: source screen | |
| kind | Yes | What to delete | |
| name | No | Exact name/title (if no id) | |
| project_id | No |
design_ui_from_systemsRead-onlyInspect
Recipe to design the UI from Systems (user request only): steps + batch id — confirm canvas aspect, then screens + PLACED elements + edges in one batch.
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No |
get_balanceRead-onlyInspect
Read Balance Lab: stat tables, boards with EVALUATED values, scenarios.
| Name | Required | Description | Default |
|---|---|---|---|
| board | No | One board (omit = all) | |
| project_id | No | ||
| include_rows | No | false = schema only |
get_briefingRead-onlyInspect
ONE-CALL orientation before you build: pass files you're about to edit (or a task) → the systems that own them, each with Goal + Acceptance + build status/files/last_commit/drift + coupled_systems (code neighbors an edit may break) + pending Inbox changes + recent decisions, plus open-rejection count, who's active, recent_changes (what happened since you were last here — a session handoff), and a task to claim. Replaces the get_project_meta→get_system→get_build_region dance.
| Name | Required | Description | Default |
|---|---|---|---|
| task | No | A task id or name — briefs its milestone's systems instead | |
| files | No | Repo-relative paths you're about to touch — mapped to their systems | |
| project_id | No |
get_build_regionRead-onlyInspect
System→code map per built system: implementing files, status, drift flag, last_commit, and acceptance-evidence COUNTS. Mapped files gone from the repo? report_drift. Pass system:"<name|id>" for ONE system plus the full text of its acceptance criteria (omitted from the map — it is the bulk of the payload). Big projects come back paged: the body says 'page N of M', call again with page: N+1.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Which page of the map (default 1); the body tells you how many there are | |
| system | No | One system by name or id — returns its acceptance-criteria detail too | |
| project_id | No |
get_design_documentRead-onlyInspect
The WHOLE design as one readable document — Vision (+ Project DNA) → every System spec → reference notes, compiled deterministically from the current design. Read this to understand a project end-to-end instead of walking list_systems → get_system N times. Returns markdown plus the project version it was compiled from. Long designs come back PAGED — the header says 'part N of M', call again with page: N+1 for the rest. Pass for_summary: true to get the condensed projection instead (every system's Goal + Boundary, tables stripped, one page) — that is what you should summarize from.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Which part of the full document to return (default 1). The header tells you how many parts there are. | |
| project_id | No | ||
| for_summary | No | Return the condensed summarization source (all system goals + boundaries, no tables) instead of the full document |
get_helpRead-onlyInspect
Forge how-to on demand (no project needed): propose→adopt, what a System is, Balance Lab formats, sign-in. Call when unsure.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_historyRead-onlyInspect
DESIGN MEMORY: recorded decisions/logs/rejections with who/when. Read BEFORE changing a system's direction; empty = no recorded WHY — don't invent one.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Default 30, max 100 | |
| query | No | Keyword filter | |
| system | No | System id or exact name | |
| project_id | No |
get_impactRead-onlyInspect
BLAST RADIUS of a system (deterministic): upstream context, siblings, dependent screens/milestones, files, code-coupled systems, pending Inbox, recent activity. Run BEFORE changing it.
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Preferred | |
| name | No | If no id | |
| project_id | No |
get_inboxRead-onlyInspect
PENDING Inbox (the owner's triage queue). Check BEFORE proposing — avoid duplicates. Read-only.
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No |
get_milestoneRead-onlyInspect
ONE milestone: goal, weeks, difficulty, systems, every task (id/name/done/status/effort).
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Preferred | |
| name | No | If no id | |
| project_id | No |
get_project_contextRead-onlyInspect
FULL design dump — LARGE, last resort; prefer get_project_meta + list_*/get_*/search.
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No |
get_project_metaRead-onlyInspect
START HERE. Tiny overview: counts, members, task claims + working_now (avoid collisions), forge_workflow_version.
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No |
get_rejectionsRead-onlyInspect
Owner's DECLINED list — check at session start; follow each entry's guidance, then resolve_rejection(title).
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No |
get_screenRead-onlyInspect
ONE screen's layout: canvas resolution (use THESE px), elements x/y/w/h, links, popups. Read before editing a screen. has_reference_image:true → get_screen_image shows you the actual image.
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Preferred | |
| name | No | If no id | |
| project_id | No |
get_screen_imageRead-onlyInspect
A screen's reference image (HUD background) as an actual IMAGE you can see — reads the stored file inline (signed-URL fallback past 4MB).
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Preferred | |
| name | No | If no id | |
| project_id | No |
get_staleRead-onlyInspect
What has drifted between the Idea lane and the System Specs — the design's own out-of-sync list, computed deterministically (no AI, no tokens). Three kinds: Idea notes edited since the systems were generated from them (with the systems each one touches), Idea notes whose prose the systems have moved past, and specs whose stamped source fingerprint no longer matches. Read this before assuming the design is coherent; fix the first kind with resync_from_idea.
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No |
get_systemRead-onlyInspect
ONE system's full spec (Goal/Boundary/Acceptance, markdown, sources, status) + pending Inbox changes touching it.
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Preferred | |
| name | No | If no id | |
| project_id | No |
get_workflowRead-onlyInspect
Run FIRST in a new repo (no project): first-connect routine + the working-agreement block to ADD to AGENTS.md/CLAUDE.md now (tell the user in one line; remove if they object).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
import_from_codeRead-onlyInspect
One-command codebase import: recipe + batch id — propose one Context overview + one System per real module; the owner adopts all at once.
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No |
list_activityRead-onlyInspect
Change history {who, change, entity, kind, when}, newest first; filter kind/who/query.
| Name | Required | Description | Default |
|---|---|---|---|
| who | No | Author email substring (optional) | |
| kind | No | system | context | milestone | screen (optional) | |
| limit | No | Default 30, max 200 | |
| query | No | Keyword filter (optional) | |
| project_id | No |
list_milestonesRead-onlyInspect
All milestones, compact: id, name, weeks, order, done/total.
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No |
list_projectsRead-onlyInspect
Projects your key reaches (id, name, role); pass an id as project_id to switch.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
list_screensRead-onlyInspect
All screens, compact: id, name, purpose, status.
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No |
list_systemsRead-onlyInspect
All systems, compact: id, name, status, 1-line goal.
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | No |
next_taskInspect
DISPATCHER (multi-agent): atomically pick + claim the next task to build — walks milestones in order, skips human-only tasks and any task whose systems share code files with a task another agent already holds or is actively touching, so parallel agents spread out instead of colliding. Returns the claimed task + systems, or why none is free. dry_run:true peeks without claiming.
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Peek without claiming | |
| project_id | No |
post_logInspect
Append a build-log entry to Activity — what you built/decided (commit-note style).
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | What you did / decided (1–2 sentences) | |
| entity | No | System/screen/milestone it's about | |
| version | No | e.g. "0.379.0" | |
| project_id | No |
propose_balance_boardInspect
Propose a node board → Inbox. Kinds const|formula|item|sheet|loadout|picker|pool|process|note|frame; formulas reference blocks by NAME; omit x/y = auto-layout. Adopting REPLACES same-named.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Board name | |
| nodes | Yes | e.g. {kind:"formula",name:"dmg",formula:"atk - mdef"} | |
| project_id | No |
propose_balance_tableInspect
Propose a stat-doc TABLE → Inbox. csv (header; key% = percent; first column = name) OR schema+rows. Adopting REPLACES same-named.
| Name | Required | Description | Default |
|---|---|---|---|
| csv | No | Header + rows; non-numeric = info | |
| rows | No | [{name, atk: 350, …}] | |
| title | Yes | Table name | |
| schema | No | [{key, mode: flat|pct|text, base, min, max, desc}] | |
| registry | No | true = the shared Stats registry | |
| project_id | No |
propose_contextInspect
Propose a new/updated Idea note → Inbox. Title-match to update; send the COMPLETE revised text. Set resync:true ONLY when you rewrote the note FROM the current systems (get_stale lists notes the systems have moved past) — it stops the adopted note from immediately nagging to re-generate the systems it was just written from.
| Name | Required | Description | Default |
|---|---|---|---|
| batch | No | import_from_code batch id | |
| title | Yes | Match existing to update, or new to add | |
| resync | No | This note was re-derived from the current systems — re-stamps both staleness signals on adopt | |
| content | Yes | Complete text, not a delta | |
| project_id | No | ||
| acknowledge_rejection | No | Only after a DECLINED bounce AND asking the user |
propose_dnaInspect
Propose Project DNA and/or Tech Notes → Inbox (at least one).
| Name | Required | Description | Default |
|---|---|---|---|
| dna | No | Omit to leave unchanged | |
| batch | No | import_from_code batch id | |
| project_id | No | ||
| tech_notes | No | Omit to leave unchanged |
propose_elementInspect
SECONDARY (user-driven UI): propose an element onto a screen → Inbox. ALWAYS pass x/y/w/h (px on the screen's resolution from get_screen); no coords = unplaced pile.
| Name | Required | Description | Default |
|---|---|---|---|
| h | No | Default 40 | |
| w | No | Default 120 | |
| x | No | Left px | |
| y | No | Top px | |
| note | No | ||
| type | No | button/bar/panel/text (default box) | |
| label | Yes | Element label, e.g. 'HP bar' | |
| screen | Yes | Existing screen name | |
| system | No | System it serves | |
| project_id | No |
propose_flow_edgeInspect
SECONDARY (user-driven UI): propose a link between two existing screens → Inbox.
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Destination screen name | |
| from | Yes | Source screen name | |
| label | No | Transition label (optional) | |
| project_id | No |
propose_milestoneInspect
Propose a NEW milestone (+ optional tasks) → Inbox.
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | One-line goal (optional) | |
| name | Yes | Milestone name | |
| tasks | No | Task names (optional) | |
| project_id | No | ||
| acknowledge_rejection | No | Only after a DECLINED bounce AND asking the user |
propose_screenInspect
SECONDARY (user-driven UI): propose a NEW screen → Inbox. parent = popup over that screen; purpose grounds AI suggestions. Whole UI? design_ui_from_systems first.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Screen name (Title Case, English) | |
| parent | No | Make it a POPUP over this screen | |
| purpose | No | What this screen is for | |
| project_id | No |
propose_systemInspect
Propose a NEW system → Inbox. spec = ## Goal / ## Boundary (Owns · Doesn't own) / ## Acceptance. Exists? use update_system. (Alias: create_proposal.)
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes | Markdown: ## Goal / ## Boundary / ## Acceptance | |
| batch | No | import_from_code batch id | |
| files | No | Implementing paths, ONE file per entry | |
| title | Yes | System name (Title Case, English) | |
| project_id | No | ||
| derives_from | No | Context note title(s) this system derives from → wires provenance (upstream + siblings) | |
| acknowledge_rejection | No | Only after a DECLINED bounce AND asking the user |
rename_screenInspect
Rename a screen IN PLACE — DIRECT; links/elements follow (id-referenced).
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Exact CURRENT name | |
| new_name | Yes | New name (must not collide) | |
| project_id | No |
reorderInspect
Reorder milestones / tasks / elements — DIRECT. order = ids in new order; omitted keep relative order.
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | What to reorder | |
| order | Yes | Ids in the new order | |
| screen | No | For kind=elements | |
| milestone | No | For kind=tasks (name) | |
| project_id | No | ||
| milestone_id | No | For kind=tasks |
report_build_statusInspect
Report a SYSTEM's status (todo|in-progress|implemented) — DIRECT, live. ALWAYS pass files (full list — it REPLACES); non-todo with no files shows done-but-EMPTY. 'implemented' counts as VERIFIED only when every UNIT-TESTABLE ## Acceptance bullet is backed via evidence[{criterion,proof}]; a bullet tagged [manual]/[e2e]/[ui]/[wip] is EXEMPT (verified by manual/e2e). Otherwise it's a CLAIM (verified:false) and the response names the unbacked criteria. TWO tiers: VERIFIED = a test is NAMED; GREEN (guarantee) = you RAN the test and reported passed:true on the evidence — green goes stale after 21 days, so re-run to keep it.
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Preferred | |
| name | No | If no id | |
| files | No | ONE file per entry (optional ' — function'); prose → decisions | |
| status | Yes | todo | in-progress | implemented | |
| version | No | e.g. "0.379.0" | |
| evidence | No | Map ## Acceptance bullets to a test/file: [{criterion, proof, passed?, at?}]. Re-send full set (replaces). proof-only = backed (claimed); passed:true = test-green (guarantee). | |
| decisions | No | Decisions/divergences (prose) | |
| project_id | No |
report_driftInspect
Flag CODE DRIFT — mapped files no longer match the repo. Advisory; a fresh report_build_status clears it.
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Preferred | |
| name | No | If no id | |
| note | No | Optional — what drifted | |
| project_id | No | ||
| missing_files | No | Paths that no longer exist |
report_milestone_progressInspect
Mark existing-milestone tasks done → Inbox progress card (owner adopts the ticks).
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Preferred | |
| milestone | No | Milestone name (if no id) | |
| done_tasks | Yes | Task names that are done | |
| project_id | No |
report_screen_statusInspect
Report a SCREEN's status (todo|in-progress|implemented) → Inbox.
| Name | Required | Description | Default |
|---|---|---|---|
| screen | Yes | Screen name | |
| status | Yes | todo | in-progress | implemented | |
| project_id | No |
resolve_rejectionInspect
Report you REVERTED a declined change (unlocks the owner's Clear). Call after realigning the build.
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Exactly as get_rejections returned it | |
| project_id | No |
resync_from_ideaRead-onlyInspect
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. Returns the note, the affected specs in full, and exactly how to send the result back. You do the writing; it lands in the owner's Inbox to ADOPT. CRUCIAL: send updates with resync:true, or the owner adopts your fix and the design still reports it as stale.
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | The Idea note's title or id (from get_stale) | |
| project_id | No |
searchRead-onlyInspect
Keyword search — compact hits {kind, id, name} + snippet.
| Name | Required | Description | Default |
|---|---|---|---|
| kinds | No | Optional: system | context | milestone | task | screen | proposal | |
| query | Yes | Text to search for | |
| project_id | No |
set_design_overviewInspect
Write the Design Document's Overview — the human-readable page a new team member reads first. WRITES DIRECTLY (no Inbox): it is a derived, clearly-labelled AI summary, not design truth, and the owner can clear or rewrite it in one click. HARD RULES, same as the in-app button: use ONLY facts stated in the design (call get_design_document with for_summary:true first); invent no mechanics, numbers or names; describe, never evaluate; write in the design's dominant language. Structure: ### What this is · ### The core loop · ### How the systems fit (which system feeds which — the part a raw spec list cannot give) · ### Edges (ONLY if the design states scope limits / open questions). 250-400 words, no top-level heading. Forge stamps the project version it was compiled from, so the owner is told when the design has moved past it.
| Name | Required | Description | Default |
|---|---|---|---|
| summary | Yes | The Overview in markdown, starting at `### What this is` | |
| project_id | No |
trace_ui_from_imageRead-onlyInspect
SECONDARY (user-driven UI): turn a screen's REFERENCE IMAGE into placed elements. Returns the image itself plus the recipe — the canvas resolution, the fraction→pixel conversion that stops coordinates landing wrong, and what is already on the screen so a second pass updates instead of duplicating. You look at the picture and send back propose_element / update_element with x/y/w/h; it all lands in the owner's Inbox. Use when the user wants the wireframe to match a screenshot or mockup they uploaded.
| Name | Required | Description | Default |
|---|---|---|---|
| screen | Yes | The screen whose reference image to trace (name or id) | |
| project_id | No |
update_elementInspect
Move/resize/relabel an element — DIRECT, live. element_id (preferred) or screen+label; x+y also places an unplaced one.
| Name | Required | Description | Default |
|---|---|---|---|
| h | No | ||
| w | No | ||
| x | No | px on the screen's canvas | |
| y | No | ||
| note | No | "" clears | |
| type | No | e.g. button/bar/panel (optional) | |
| label | No | Current label | |
| screen | No | With label, if no element_id | |
| system | No | System it serves | |
| new_label | No | Rename (optional) | |
| element_id | No | From get_screen (preferred) | |
| project_id | No |
update_milestoneInspect
Edit milestone goal/weeks/difficulty/name — DIRECT. new_name renames (never delete+recreate).
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Preferred | |
| goal | No | ||
| name | No | Current name (if no id) | |
| weeks | No | ||
| new_name | No | Rename | |
| difficulty | No | "" clears | |
| project_id | No |
update_systemInspect
Propose a system UPDATE → Inbox diff. get_system first; send the FULL revised spec. new_title renames; context_title+context bundles the Idea update. Set resync:true ONLY when you rewrote this spec FROM its upstream Idea (see resync_from_idea) — it re-stamps the staleness signal on adopt.
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Preferred | |
| name | No | If no id | |
| spec | Yes | Full revised spec markdown | |
| resync | No | This spec was re-derived from its upstream Idea — re-stamps sourceSig on adopt. Never set it on an ordinary edit. | |
| context | No | Full revised Idea text | |
| new_title | No | Rename in the same card | |
| project_id | No | ||
| context_title | No | Idea section to also update | |
| acknowledge_rejection | No | Only after a DECLINED bounce AND asking the user |
update_taskInspect
Edit a task or CLAIM it — DIRECT. assignee:"me"+status:"in-progress" claims (errors if held; force:true for stale); done:true or assignee:"" releases.
| Name | Required | Description | Default |
|---|---|---|---|
| done | No | true releases the claim | |
| name | No | ||
| force | No | Take over a STALE claim only | |
| human | No | true = human-only (next_task/get_briefing skip it); false clears | |
| effort | No | "" clears | |
| status | No | "" clears | |
| task_id | Yes | From get_milestone | |
| assignee | No | "me" claims; "" releases | |
| project_id | No |
withdraw_proposalInspect
Remove YOUR OWN still-pending Inbox item (id from the propose response / get_inbox).
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The pending item's id | |
| project_id | No |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.