Codix Build
БесплатноНе проверенA build accelerator for AI coding assistants that scaffolds complete projects from short prompts using Smart Context Mode to reduce token usage.
Описание
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
Установка Codix Build
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/bakalagoin/codix-build-mcpFAQ
Codix Build MCP бесплатный?
Да, Codix Build MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Codix Build?
Нет, Codix Build работает без API-ключей и переменных окружения.
Codix Build — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Codix Build в Claude Desktop, Claude Code или Cursor?
Открой Codix Build на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: 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
автор: xuzexin-hzCompare Codix Build with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
