mcpbeat Sign in

Identity Forge MCP Server

by identityforge Your server? Claim it
local only

Identity Forge runs on your own machine — the client starts it, so there is no endpoint to ping. 108 installs a week from npm. Last commit 15 Aug 2026.

Design kits, brand naming, and domain research for coding agents.

Installs per day peak 599 · avg 51 · +8880% w/w
a month agotoday
108
Installs / week
npm · identityforge
0
Stars
0 open issues
15 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/login.ts:22
        const child = spawn(cmd as string, args as string[], {
Builds a file path from a variable src/status.ts:121
        const body = await readFile(path.join(dir, artifact.path))
Secret passed into the image build Dockerfile:20
# Optional. Required only for Pro kits, naming boards, and writes.
ENV IDENTITYFORGE_API_KEY=""

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 mcp -- npx -y identityforge
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "identityforge"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "identityforge"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "identityforge"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "identityforge"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: IDENTITYFORGE_API_KEY (Identity Forge API key (ifk_…). Optional for browsing free kits; required for Pro kits, naming boards, and writes. Run `npx --yes identityforge@latest login`; for a new email-password account, complete browser signup, select Send verification email, open its link, and approve the resumed authorization. A confirmed account enables persistent projects, saved work, and authenticated quota.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Identity Forge

same job, measured the same way
Provenonce
by jarekpiot

Cryptographic identity, SIGIL naming, heartbeat, and passports for AI agents.

65 installs/wk local only
Provenonce
by provenonceai

Cryptographic identity, SIGIL naming, heartbeat, and passports for AI agents.

local only
Midnight Rgb
by midnight-rgb

Domain registrar for AI agents. Search, register, and manage domains via API.

24 installs/wk local only
Codehabits
by codehabits-dev

Team conventions, anti-patterns, and domain knowledge from .codehabits/ for AI coding agents.

197 installs/wk local only
MCP Documentation Server
by andrea9293

Local-first document management and semantic search for AI coding agents

98 installs/wk local only
Taste Bank
by quasarg

Reusable visual design systems for AI coding agents — browse, fetch, and submit styles via MCP.

local only
MCP Website Traffic Rank Estimator
by mambabuilt

Get a research grade Tranco popularity rank and trend for any company domain.

34 installs/wk local only
Stravue
by stravue

Competitor research for AI agents: real competitor pages, side by side on one slide and deck.

359 installs/wk local only

Identity Forge — questions

Answers built from our own checks of this server.

Why is there no uptime for Identity Forge?
Identity Forge 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 identityforge was installed 108 times last week.
How do I connect Identity Forge?
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 identityforge straight from npm; nothing to host, nothing to sign up for.
How many people use Identity Forge?
The npm package identityforge was installed 108 times in the last week. Week over week that is +8880%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Identity Forge open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.