New:Microsoft Teams Notifications Are Now Available in Socket.Learn more →
Get Started

forgeprint-mcp

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

forgeprint-mcp

Forgeprint MCP server: resolve a profile to exactly one blueprint and return its setup recipe.

latest
Source
npmnpm
Version
0.3.1
Version published
Maintainers
1
Created
Source

forgeprint-mcp

The Forgeprint MCP server: it turns "I know C#, I want to build a multi-tenant SaaS API" into one blueprint and a setup recipe your agent can execute.

It returns text. It installs nothing, runs nothing on your machine, and keeps no state beyond a five-minute cache of the catalog index.

npx -y forgeprint-mcp

Claude Code:

claude mcp add forgeprint -- npx -y forgeprint-mcp

On Windows PowerShell, quote the separator: claude mcp add forgeprint "--" npx -y forgeprint-mcp.

Any client that takes an mcpServers object:

{
  "mcpServers": {
    "forgeprint": { "command": "npx", "args": ["-y", "forgeprint-mcp"] }
  }
}

Tools

ToolWhat it does
resolveStart here. Returns either the questions to ask the user or exactly one blueprint with its rationale
get_blueprintManifest and files for a slug, with the chosen option branches resolved out of setup.md
search_blueprintsScored matches with reasons
compare_blueprintsTwo to four blueprints side by side, including what each is explicitly not for
validate_blueprintSchema, taxonomy, setup and duplication checks on a draft
request_blueprintA GitHub issue payload when nothing fits. It does not file it

resolve asks before it guesses, asks in rounds, and only asks questions whose answers would change which blueprint wins. It never returns a list to browse, and never invents a match.

Configuration

VariableDefaultWhat it does
FORGEPRINT_CATALOGunsetPath to a checkout. Set it and the server reads the catalog from disk, with no network at all
FORGEPRINT_INDEX_URLthe published indexWhere the catalog index is fetched from
FORGEPRINT_FILES_URLthe raw repositoryWhere blueprint files are fetched from

Full documentation: docs/mcp.md.

Licence

PolyForm Shield 1.0.0 — see LICENSE. Forgeprint is source-available, not OSI open source. The blueprints it serves are CC BY 4.0.

Keywords

forgeprint

FAQs

Package last updated on 24 Sep 2026

Related posts