Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FORGE_MCP_DBNoOverride the global SQLite database path used by forge. The default is ~/.forge/forge-mcp.db.~/.forge/forge-mcp.db

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
forge_startA

Start a new forge pipeline run for a request. Returns the first phase (classify) and its goal. From here, follow the flow phase by phase using forge_next and forge_complete_phase — do not skip phases.

forge_statusA

Shows which phase a run is in and its progress (done / pending). If no runId is given and exactly one run is active, uses that one.

forge_nextA

Returns the CURRENT phase with its detailed goal: what to do now. Call this when you are unsure what comes next.

forge_complete_phaseA

Closes the CURRENT phase with a summary of what you did/decided, and advances to the next one. The summary is persisted (for resuming). Do not close a phase you have not actually done. Phases with a completionSchema (gates, qa, design, plan), phases needing user confirmation, and optional phases require structured evidence matching their contract — see the rejection message if it is missing or invalid.

forge_tasksA

Lists the active pipeline runs (to resume from any session). Shows id, request and current phase.

forge_skillsA

Lists available skills. With a phase key (brainstorm/design/frontend/quality/qa/monetization/product), returns the skills that phase must load (from the SKILL_MAP). Without it, lists the whole arsenal.

forge_skillA

Returns the SKILL.md content of a skill so you can load and apply it in the current phase.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DevRik99/forge-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server