Skip to main content
Glama

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsC

Average 3.7/5 across 48 of 48 tools scored. Lowest: 1.8/5.

Server CoherenceA
Disambiguation4/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.

Naming Consistency4/5

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.

Tool Count3/5

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.

Completeness4/5

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 tools
add_taskInspect

Add a task to a milestone — DIRECT. assignee:"me" claims on creation.

ParametersJSON Schema
NameRequiredDescriptionDefault
doneNo
nameYesTask name
humanNoHuman-only (GTM/validation/people work) — next_task & get_briefing skip it
effortNo
statusNo
assigneeNo"me" claims it
milestoneNoIf no id
project_idNo
milestone_idNoPreferred
dedupe
Destructive
Inspect

Remove duplicate-named entries (keep first) — DIRECT, destructive.

ParametersJSON Schema
NameRequiredDescriptionDefault
kindYesWhat to dedupe
screenNoFor kind=elements
project_idNo
delete_entity
Destructive
Inspect

PROPOSE a delete → Inbox (owner adopts; nothing deleted now). id preferred or exact name; flow_edge may use from+to.

ParametersJSON Schema
NameRequiredDescriptionDefault
idNoEntity/task/element/edge id
toNoflow_edge: destination screen
fromNoflow_edge: source screen
kindYesWhat to delete
nameNoExact name/title (if no id)
project_idNo
design_ui_from_systems
Read-only
Inspect

Recipe to design the UI from Systems (user request only): steps + batch id — confirm canvas aspect, then screens + PLACED elements + edges in one batch.

ParametersJSON Schema
NameRequiredDescriptionDefault
project_idNo
get_balance
Read-only
Inspect

Read Balance Lab: stat tables, boards with EVALUATED values, scenarios.

ParametersJSON Schema
NameRequiredDescriptionDefault
boardNoOne board (omit = all)
project_idNo
include_rowsNofalse = schema only
get_briefing
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
taskNoA task id or name — briefs its milestone's systems instead
filesNoRepo-relative paths you're about to touch — mapped to their systems
project_idNo
get_build_region
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoWhich page of the map (default 1); the body tells you how many there are
systemNoOne system by name or id — returns its acceptance-criteria detail too
project_idNo
get_design_document
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoWhich part of the full document to return (default 1). The header tells you how many parts there are.
project_idNo
for_summaryNoReturn the condensed summarization source (all system goals + boundaries, no tables) instead of the full document
get_help
Read-only
Inspect

Forge how-to on demand (no project needed): propose→adopt, what a System is, Balance Lab formats, sign-in. Call when unsure.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_history
Read-only
Inspect

DESIGN MEMORY: recorded decisions/logs/rejections with who/when. Read BEFORE changing a system's direction; empty = no recorded WHY — don't invent one.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoDefault 30, max 100
queryNoKeyword filter
systemNoSystem id or exact name
project_idNo
get_impact
Read-only
Inspect

BLAST RADIUS of a system (deterministic): upstream context, siblings, dependent screens/milestones, files, code-coupled systems, pending Inbox, recent activity. Run BEFORE changing it.

ParametersJSON Schema
NameRequiredDescriptionDefault
idNoPreferred
nameNoIf no id
project_idNo
get_inbox
Read-only
Inspect

PENDING Inbox (the owner's triage queue). Check BEFORE proposing — avoid duplicates. Read-only.

ParametersJSON Schema
NameRequiredDescriptionDefault
project_idNo
get_milestone
Read-only
Inspect

ONE milestone: goal, weeks, difficulty, systems, every task (id/name/done/status/effort).

ParametersJSON Schema
NameRequiredDescriptionDefault
idNoPreferred
nameNoIf no id
project_idNo
get_project_context
Read-only
Inspect

FULL design dump — LARGE, last resort; prefer get_project_meta + list_*/get_*/search.

ParametersJSON Schema
NameRequiredDescriptionDefault
project_idNo
get_project_meta
Read-only
Inspect

START HERE. Tiny overview: counts, members, task claims + working_now (avoid collisions), forge_workflow_version.

ParametersJSON Schema
NameRequiredDescriptionDefault
project_idNo
get_rejections
Read-only
Inspect

Owner's DECLINED list — check at session start; follow each entry's guidance, then resolve_rejection(title).

ParametersJSON Schema
NameRequiredDescriptionDefault
project_idNo
get_screen
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
idNoPreferred
nameNoIf no id
project_idNo
get_screen_image
Read-only
Inspect

A screen's reference image (HUD background) as an actual IMAGE you can see — reads the stored file inline (signed-URL fallback past 4MB).

ParametersJSON Schema
NameRequiredDescriptionDefault
idNoPreferred
nameNoIf no id
project_idNo
get_stale
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
project_idNo
get_system
Read-only
Inspect

ONE system's full spec (Goal/Boundary/Acceptance, markdown, sources, status) + pending Inbox changes touching it.

ParametersJSON Schema
NameRequiredDescriptionDefault
idNoPreferred
nameNoIf no id
project_idNo
get_workflow
Read-only
Inspect

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).

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

import_from_code
Read-only
Inspect

One-command codebase import: recipe + batch id — propose one Context overview + one System per real module; the owner adopts all at once.

ParametersJSON Schema
NameRequiredDescriptionDefault
project_idNo
list_activity
Read-only
Inspect

Change history {who, change, entity, kind, when}, newest first; filter kind/who/query.

ParametersJSON Schema
NameRequiredDescriptionDefault
whoNoAuthor email substring (optional)
kindNosystem | context | milestone | screen (optional)
limitNoDefault 30, max 200
queryNoKeyword filter (optional)
project_idNo
list_milestones
Read-only
Inspect

All milestones, compact: id, name, weeks, order, done/total.

ParametersJSON Schema
NameRequiredDescriptionDefault
project_idNo
list_projects
Read-only
Inspect

Projects your key reaches (id, name, role); pass an id as project_id to switch.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

list_screens
Read-only
Inspect

All screens, compact: id, name, purpose, status.

ParametersJSON Schema
NameRequiredDescriptionDefault
project_idNo
list_systems
Read-only
Inspect

All systems, compact: id, name, status, 1-line goal.

ParametersJSON Schema
NameRequiredDescriptionDefault
project_idNo
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.

ParametersJSON Schema
NameRequiredDescriptionDefault
dry_runNoPeek without claiming
project_idNo
post_logInspect

Append a build-log entry to Activity — what you built/decided (commit-note style).

ParametersJSON Schema
NameRequiredDescriptionDefault
textYesWhat you did / decided (1–2 sentences)
entityNoSystem/screen/milestone it's about
versionNoe.g. "0.379.0"
project_idNo
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.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesBoard name
nodesYese.g. {kind:"formula",name:"dmg",formula:"atk - mdef"}
project_idNo
propose_balance_tableInspect

Propose a stat-doc TABLE → Inbox. csv (header; key% = percent; first column = name) OR schema+rows. Adopting REPLACES same-named.

ParametersJSON Schema
NameRequiredDescriptionDefault
csvNoHeader + rows; non-numeric = info
rowsNo[{name, atk: 350, …}]
titleYesTable name
schemaNo[{key, mode: flat|pct|text, base, min, max, desc}]
registryNotrue = the shared Stats registry
project_idNo
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.

ParametersJSON Schema
NameRequiredDescriptionDefault
batchNoimport_from_code batch id
titleYesMatch existing to update, or new to add
resyncNoThis note was re-derived from the current systems — re-stamps both staleness signals on adopt
contentYesComplete text, not a delta
project_idNo
acknowledge_rejectionNoOnly after a DECLINED bounce AND asking the user
propose_dnaInspect

Propose Project DNA and/or Tech Notes → Inbox (at least one).

ParametersJSON Schema
NameRequiredDescriptionDefault
dnaNoOmit to leave unchanged
batchNoimport_from_code batch id
project_idNo
tech_notesNoOmit 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
hNoDefault 40
wNoDefault 120
xNoLeft px
yNoTop px
noteNo
typeNobutton/bar/panel/text (default box)
labelYesElement label, e.g. 'HP bar'
screenYesExisting screen name
systemNoSystem it serves
project_idNo
propose_flow_edgeInspect

SECONDARY (user-driven UI): propose a link between two existing screens → Inbox.

ParametersJSON Schema
NameRequiredDescriptionDefault
toYesDestination screen name
fromYesSource screen name
labelNoTransition label (optional)
project_idNo
propose_milestoneInspect

Propose a NEW milestone (+ optional tasks) → Inbox.

ParametersJSON Schema
NameRequiredDescriptionDefault
goalNoOne-line goal (optional)
nameYesMilestone name
tasksNoTask names (optional)
project_idNo
acknowledge_rejectionNoOnly 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesScreen name (Title Case, English)
parentNoMake it a POPUP over this screen
purposeNoWhat this screen is for
project_idNo
propose_systemInspect

Propose a NEW system → Inbox. spec = ## Goal / ## Boundary (Owns · Doesn't own) / ## Acceptance. Exists? use update_system. (Alias: create_proposal.)

ParametersJSON Schema
NameRequiredDescriptionDefault
specYesMarkdown: ## Goal / ## Boundary / ## Acceptance
batchNoimport_from_code batch id
filesNoImplementing paths, ONE file per entry
titleYesSystem name (Title Case, English)
project_idNo
derives_fromNoContext note title(s) this system derives from → wires provenance (upstream + siblings)
acknowledge_rejectionNoOnly after a DECLINED bounce AND asking the user
rename_screenInspect

Rename a screen IN PLACE — DIRECT; links/elements follow (id-referenced).

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesExact CURRENT name
new_nameYesNew name (must not collide)
project_idNo
reorderInspect

Reorder milestones / tasks / elements — DIRECT. order = ids in new order; omitted keep relative order.

ParametersJSON Schema
NameRequiredDescriptionDefault
kindYesWhat to reorder
orderYesIds in the new order
screenNoFor kind=elements
milestoneNoFor kind=tasks (name)
project_idNo
milestone_idNoFor 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
idNoPreferred
nameNoIf no id
filesNoONE file per entry (optional ' — function'); prose → decisions
statusYestodo | in-progress | implemented
versionNoe.g. "0.379.0"
evidenceNoMap ## Acceptance bullets to a test/file: [{criterion, proof, passed?, at?}]. Re-send full set (replaces). proof-only = backed (claimed); passed:true = test-green (guarantee).
decisionsNoDecisions/divergences (prose)
project_idNo
report_driftInspect

Flag CODE DRIFT — mapped files no longer match the repo. Advisory; a fresh report_build_status clears it.

ParametersJSON Schema
NameRequiredDescriptionDefault
idNoPreferred
nameNoIf no id
noteNoOptional — what drifted
project_idNo
missing_filesNoPaths that no longer exist
report_milestone_progressInspect

Mark existing-milestone tasks done → Inbox progress card (owner adopts the ticks).

ParametersJSON Schema
NameRequiredDescriptionDefault
idNoPreferred
milestoneNoMilestone name (if no id)
done_tasksYesTask names that are done
project_idNo
report_screen_statusInspect

Report a SCREEN's status (todo|in-progress|implemented) → Inbox.

ParametersJSON Schema
NameRequiredDescriptionDefault
screenYesScreen name
statusYestodo | in-progress | implemented
project_idNo
resolve_rejectionInspect

Report you REVERTED a declined change (unlocks the owner's Clear). Call after realigning the build.

ParametersJSON Schema
NameRequiredDescriptionDefault
titleYesExactly as get_rejections returned it
project_idNo
resync_from_idea
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
noteYesThe Idea note's title or id (from get_stale)
project_idNo
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.

ParametersJSON Schema
NameRequiredDescriptionDefault
summaryYesThe Overview in markdown, starting at `### What this is`
project_idNo
trace_ui_from_image
Read-only
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
screenYesThe screen whose reference image to trace (name or id)
project_idNo
update_elementInspect

Move/resize/relabel an element — DIRECT, live. element_id (preferred) or screen+label; x+y also places an unplaced one.

ParametersJSON Schema
NameRequiredDescriptionDefault
hNo
wNo
xNopx on the screen's canvas
yNo
noteNo"" clears
typeNoe.g. button/bar/panel (optional)
labelNoCurrent label
screenNoWith label, if no element_id
systemNoSystem it serves
new_labelNoRename (optional)
element_idNoFrom get_screen (preferred)
project_idNo
update_milestoneInspect

Edit milestone goal/weeks/difficulty/name — DIRECT. new_name renames (never delete+recreate).

ParametersJSON Schema
NameRequiredDescriptionDefault
idNoPreferred
goalNo
nameNoCurrent name (if no id)
weeksNo
new_nameNoRename
difficultyNo"" clears
project_idNo
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.

ParametersJSON Schema
NameRequiredDescriptionDefault
idNoPreferred
nameNoIf no id
specYesFull revised spec markdown
resyncNoThis spec was re-derived from its upstream Idea — re-stamps sourceSig on adopt. Never set it on an ordinary edit.
contextNoFull revised Idea text
new_titleNoRename in the same card
project_idNo
context_titleNoIdea section to also update
acknowledge_rejectionNoOnly 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
doneNotrue releases the claim
nameNo
forceNoTake over a STALE claim only
humanNotrue = human-only (next_task/get_briefing skip it); false clears
effortNo"" clears
statusNo"" clears
task_idYesFrom get_milestone
assigneeNo"me" claims; "" releases
project_idNo
withdraw_proposalInspect

Remove YOUR OWN still-pending Inbox item (id from the propose response / get_inbox).

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe pending item's id
project_idNo

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.