Identity Forge MCP
OfficialIdentity 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 codexThe 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 mcpSet IDENTITYFORGE_API_KEY to an ifk_... key for authenticated tools.
Docker
docker build -t identityforge-mcp .
docker run --rm -i identityforge-mcpTo pass an existing key:
docker run --rm -i -e IDENTITYFORGE_API_KEY identityforge-mcpThe published package is available on npm.
Maintenance
Related MCP Servers
- FlicenseAqualityDmaintenanceAn 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 updated28
- Alicense-qualityBmaintenanceMCP server that exposes your design system components and tokens to AI agents, preventing duplicate component creation and hardcoded token values.Last updated189MIT
- Alicense-qualityAmaintenanceA read-only MCP server that provides AI coding agents with a queryable contract for design system tokens, components, patterns, and anti-patterns.Last updated2071Apache 2.0
- AlicenseBqualityBmaintenanceAn 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 updated32MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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