mcpbeat Sign in

AgentForge MCP Server

local only

AgentForge runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 28 May 2026.

Turn rough requests into rigorously structured prompts, for any coding agent.

Installs per day peak 22 · avg 8 · -35% w/w
a month agotoday
33
Installs / week
npm · agentforge-mcp
2
Stars
1 open issues
28 May 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check AgentForge every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agentforge-mcp -- npx -y agentforge-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agentforge-mcp": {
      "args": [
        "-y",
        "agentforge-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agentforge-mcp]
command = "npx"
args = ["-y", "agentforge-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agentforge-mcp": {
      "args": [
        "-y",
        "agentforge-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agentforge-mcp": {
      "args": [
        "-y",
        "agentforge-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AGENTFORGE_API_KEY (Your AgentForge API key from https://agentforge.sciscale.org/account/keys), AGENTFORGE_API_URL (AgentForge API base URL (defaults to https://agentforge.sciscale.org)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to AgentForge

same job, measured the same way
Gildara
by gildara

Operating contracts for AI agents. Structured instructions compiled into system prompts.

local only
Amendor
by deslay1

Pull change requests from your Amendor board into your coding agent to build and open PRs.

37 installs/wk 4 tools answering
Agent Never Give Up
by askman-dev

An escape guide for coding agents, providing structured thinking tools to help agents unstick.

27 installs/wk local only
StoriesOnBoard - structured specifications for AI Agents
by storiesonboard

Turn PRDs and product ideas into structured specs so coding agents build your intent, not theirs.

answering
Sequentum
by sequentum

Turn the web into structured, reliable, actionable enterprise data for AI Agents

answering
Verbative Memory
by verbative

On-device, self-organizing memory for AI coding agents — recalls the right facts into each prompt.

366 installs/wk local only
Agent Audit
by fullstackdegen

Turn Lighthouse audits into coding-agent fix packs for Claude Code, Cursor, and Copilot.

32 installs/wk local only
CompactPrompt
by gtkcyber

Review and compact prompts, docs, and AI-agent skills to save tokens, preserving structure.

119 installs/wk local only

AgentForge — questions

Answers built from our own checks of this server.

Why is there no uptime for AgentForge?
AgentForge runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package agentforge-mcp was installed 33 times last week.
How do I connect AgentForge?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls agentforge-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use AgentForge?
The npm package agentforge-mcp was installed 33 times in the last week. Week over week that is -35%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is AgentForge open source?
Yes — it is published under the MIT licence, written in JavaScript, 2 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.