Codix Build
FreeNot checkedA build accelerator for AI coding assistants that scaffolds complete projects from short prompts using Smart Context Mode to reduce token usage.
About
A build accelerator for AI coding assistants that scaffolds complete projects from short prompts using Smart Context Mode to reduce token usage.
README
@codinfy/codix-build-mcp
Build faster with AI agents — Codix Build MCP
Build websites, mobile apps, SaaS, scripts and software faster with AI agents while reducing token usage via Smart Context Mode. Works with Claude Code, Codex, Cursor, Continue, Cline, Windsurf.
npm version License: MIT Node MCP
📦 npm · 🌐 codinfy.com · 📚 docs.codinfy.com/codix-build-mcp · 🛡️ Security
🇬🇧 English · 🇫🇷 Français
Status
v0.1.0 — AGENT-46 public release. Ships 16 local
codix.*tools, Smart Context Mode, templates, prompt packs, skill packs, client examples and docs. Track docs at docs.codinfy.com/codix-build-mcp.
Why Codix Build MCP?
When you ask an AI agent to "build a Laravel SaaS with licences, payments and a mobile-first dashboard", you usually end up:
- pasting hundreds of lines of architecture guidance into every prompt;
- burning tokens re-explaining the same stack decisions to every new agent;
- ending up with inconsistent code across modules;
- struggling to switch from Cursor → Claude Code → Codex without losing context.
Codix Build MCP fixes all four problems by exposing a small set of MCP tools that:
- Analyse a project description and pick a sensible stack.
- Recommend templates, prompt packs and skill packs that match your goal.
- Inject context efficiently (Smart Context Mode) so you never pay for tokens twice.
- Generate scaffolds (Laravel, Next.js, Flutter, WordPress, SaaS, Marketplace, API) with license, design, and deployment helpers wired in.
It is built and maintained by the Codinfy team, the same team that ships @codinfy/mcp (Codinfy public API MCP).
Install
npm install -g @codinfy/codix-build-mcp
# or
npx -y @codinfy/codix-build-mcp
Configure your agent
Claude Code / Claude Desktop
~/.claude/mcp.json:
{
"mcpServers": {
"codix-build": {
"command": "npx",
"args": ["-y", "@codinfy/codix-build-mcp"]
}
}
}
Cursor / Codex / Continue / Windsurf / GitHub Copilot-compatible clients
See examples/ and docs/getting-started.md.
Authenticated mode
v0.1.0 works fully in public local mode. CODIX_BUILD_API_KEY is reserved for future public quotas:
"env": { "CODIX_BUILD_API_KEY": "pk_live_xxxxxxxxxxxxxxxxx" }
Without a key, the MCP runs in public mode and never calls internal Codinfy services.
Tools (16)
Analyse & plan
codix.project.analyze— turn a short brief into a structured project speccodix.stack.recommend— pick a stack from your constraints (hosting, budget, team)codix.architecture.get— fetch the canonical architecture for a stackcodix.context.smart— Smart Context Mode (only sends the chunks the agent actually needs)
Generate
codix.prompt.generate— turn the project spec into prompt packs for any agentcodix.template.get— fetch a project template (Laravel, Next.js, Flutter, etc.)codix.license.inject— wire a license validation client (Codinfy or generic)codix.design.apply— apply a design token system (Tailwind 4@theme, brand palette)codix.api.generate— REST or GraphQL spec from the project modelcodix.database.schema— migrations + seeders for MariaDB/MySQL/PostgreSQL
Quality & ops
codix.security.checklist— OWASP top 10 + secrets + auth reviewcodix.marketplace.check— readiness check for CodeCanyon / Codinfy marketplacecodix.docs.generate— README + CONTRIBUTING + DEPLOYMENT in one shotcodix.deploy.guide— cPanel, Vercel, Render, Fly.io, Cloudflare Pages, or bare VPScodix.debug.help— interactive debugging hints for the current stackcodix.cost.optimize— flag expensive patterns (token-burning prompts, N+1, fat assets)
Schemas, parameters, examples and changelogs live in docs/ and at docs.codinfy.com/codix-build-mcp.
What ships in the package
codix-build-mcp/
├── src/
│ ├── index.ts # MCP server bootstrap
│ ├── tools.ts # MCP tool registry
│ ├── engine.ts # local deterministic planning engine
│ └── config.ts # public runtime config
├── templates/ # project templates
│ ├── laravel/
│ ├── nextjs/
│ ├── flutter/
│ ├── wordpress/
│ ├── saas/
│ ├── marketplace/
│ └── api/
├── prompt-packs/ # reusable prompt packs
│ ├── token-saver/
│ ├── license/
│ ├── marketplace/
│ ├── cpanel/
│ └── deploy/
├── skill-packs/ # markdown skill briefings
│ ├── architecture/
│ ├── security/
│ ├── docs/
│ └── business-kit/
├── examples/ # MCP-client configs
│ ├── claude-code.json
│ ├── codex.json
│ ├── cursor.json
│ ├── github-copilot.json
│ └── windsurf.json
├── docs/ # getting-started, tool reference, FAQ, changelog
├── package.json
├── tsconfig.json
└── .github/workflows/ # ci.yml + publish-npm.yml
Companion projects
| Repo | Purpose | License |
|---|---|---|
| codinfy-mcp | Public MCP to call Codinfy APIs (licenses, payments, brand) | MIT |
| codix-build-mcp (this) | Build any project faster, with Smart Context Mode | MIT |
codinfy-mcp-internal |
Private MCP for the Codinfy team | proprietary |
Releases
Pushing a tag v* to main publishes to npm automatically.
npm version patch
git push --follow-tags
Security
Report vulnerabilities privately to [email protected]. See SECURITY.md.
Contributing
Issues and PRs welcome. See CONTRIBUTING.md.
🌍 Connect with us
| Network | Codinfy | Bakala Goin (Founder & CEO) |
|---|---|---|
| @codinfyci | @bakalagoin | |
| @codinfyci | @bakalagoin | |
| company/codinfyen | bakala-goin | |
| TikTok | — | @bakalagoin |
| X (Twitter) | — | @bakalagoin |
License
MIT © 2026 RAFLOX SAS — Abidjan, Côte d'Ivoire.
Codinfy — by RAFLOX SAS · 📧 [email protected] · 🌐 codinfy.com
Part of the Codinfy MCP ecosystem · codinfy-mcp
Install Codix Build in Claude Desktop, Claude Code & Cursor
unyly install codix-build-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add codix-build-mcp -- npx -y github:bakalagoin/codix-build-mcpFAQ
Is Codix Build MCP free?
Yes, Codix Build MCP is free — one-click install via Unyly at no cost.
Does Codix Build need an API key?
No, Codix Build runs without API keys or environment variables.
Is Codix Build hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Codix Build in Claude Desktop, Claude Code or Cursor?
Open Codix Build on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Codix Build with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
