Skip to main content
Glama
KasayoDotCom

Identity Forge MCP

Official

Identity Forge MCP

This repository is the public distribution wrapper for the Identity Forge MCP server. It pins the official npm package and provides the Dockerfile and metadata used by MCP registries such as Glama.

Product development happens in a separate private repository. This wrapper contains no private source or credentials.

Identity Forge gives coding agents tools to browse and apply complete design kits, create brand projects, and research names, domains, and EUIPO marks. Public Free kit discovery works without an API key. Pro kits, saved projects, and write operations require an Identity Forge account.

Install for an agent

npx --yes identityforge@latest install --client claude-code
npx --yes identityforge@latest install --client codex

The installer adds the MCP server to the selected client. Free kits work immediately. When an account is needed, run npx --yes identityforge@latest login; browser signup includes email confirmation, then resumes authorization.

See the current agent guide at identityforge.io/for-agents.

Related MCP server: ds-pilot

Run directly

npx --yes identityforge@0.3.6 mcp

Set IDENTITYFORGE_API_KEY to an ifk_... key for authenticated tools.

Docker

docker build -t identityforge-mcp .
docker run --rm -i identityforge-mcp

To pass an existing key:

docker run --rm -i -e IDENTITYFORGE_API_KEY identityforge-mcp

The published package is available on npm.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    An MCP server that allows coding agents to look up contextual rules and patterns on demand, providing just-in-time guidance for specific tasks like writing tests or authoring UI.
    Last updated
    2
    8
  • A
    license
    -
    quality
    B
    maintenance
    MCP server that exposes your design system components and tokens to AI agents, preventing duplicate component creation and hardcoded token values.
    Last updated
    18
    9
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    A read-only MCP server that provides AI coding agents with a queryable contract for design system tokens, components, patterns, and anti-patterns.
    Last updated
    207
    1
    Apache 2.0
  • A
    license
    B
    quality
    B
    maintenance
    An MCP server that drives Anthropic's Claude Design from agentic coding CLIs, providing tools to create, generate, iterate, and export design systems without a browser.
    Last updated
    32
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for AI agent profiles and smart notes. 60+ coding prompt packs with expert personas.

  • A MCP server built for developers enabling Git based project management with project and personal…

  • MCP server for AgentDocs (agentdocs.eu): read, search, write, comment on & share Markdown docs.

View all MCP Connectors

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/KasayoDotCom/identityforge-mcp'

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