Codix Build MCP
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 — Codix Build MCP
Official Codix Build MCP by Codinfy. Build websites, mobile apps, SaaS, scripts, and software faster with AI agents while reducing token usage via Smart Context Mode.
Status
🚧 v0.1.0 — scaffold. Full tools, templates, prompt packs and skill packs land in AGENT-46. Track progress 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 / Cline / Windsurf
See docs.codinfy.com/codix-build-mcp/clients.
Authenticated mode (optional, for higher quotas)
Add an API key from codinfy.com/admin/parametres/api-s:
"env": { "CODIX_BUILD_API_KEY": "pk_live_xxxxxxxxxxxxxxxxx" }
Without a key, the MCP runs in public mode with conservative rate limits.
Tools (16 — implemented in AGENT-46)
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.codinfy.com/codix-build-mcp.
What ships in the package
codix-build-mcp/
├── src/
│ ├── index.ts # MCP server bootstrap
│ ├── tools/ # one file per tool, all re-exported
│ ├── context/ # Smart Context Mode (chunkers, retrievers)
│ └── types/ # shared Zod schemas
├── 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
│ └── windsurf.json
├── 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 security@codinfy.com. See SECURITY.md.
Contributing
Issues and PRs welcome. See CONTRIBUTING.md.
License
MIT © 2026 RAFLOX SAS — Abidjan, Côte d'Ivoire.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。