Codix Build MCP
Provides step-by-step deploy guides for cPanel shared hosting environments.
Scaffolds Flutter mobile apps with authentication, REST API integration, and analytics baseline.
Provides step-by-step deploy guides for Fly.io hosting.
Generates REST or GraphQL API scaffolding for projects.
Scaffolds Laravel projects with templates including Livewire, Tailwind, and payment integration.
Integrates Livewire framework into Laravel project templates.
Generates relational database schemas for MariaDB (and Postgres) from a domain description.
Scaffolds Next.js projects with SaaS boilerplate, including Prisma and Stripe baseline.
Provides stack-specific security checklists based on OWASP guidelines.
Integrates Prisma ORM into Next.js project templates for database access.
Provides step-by-step deploy guides for Render cloud platform.
Integrates Stripe payment processing baseline into Next.js SaaS project templates.
Provides step-by-step deploy guides for Vercel hosting.
Scaffolds WordPress plugins with license validation and auto-update mechanisms.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Codix Build MCPscaffold a Laravel marketplace with GeniusPay"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Codix Build MCP
Build websites, mobile apps, SaaS, scripts and software faster with AI agents — while reducing token usage.
codix-build-mcp is the official Codinfy build accelerator for AI
coding assistants. It turns a short, plain-English prompt ("a Laravel
marketplace with licenses and GeniusPay") into a complete, scaffolded
project tree using Smart Context Mode — a token-efficient strategy
that pre-loads only the patterns the agent needs at each step, instead
of dumping 20-page README files into the model's context.
Built and maintained by RAFLOX SAS (Codinfy publisher), Abidjan, Côte d'Ivoire.
Why does this exist?
Modern AI coding assistants (Claude Code, Codex, Cursor, Windsurf, …) are excellent at writing code but inconsistent at starting a project: stack choices flip-flop, the security baseline is forgotten, the license model is ad-hoc, deployment surprises wait at the end.
Codix Build MCP gives the agent a curated set of stack recommendations, templates, prompt packs, skill packs and smart-context fetchers so it can:
Analyze the user's intent.
Pick the right stack (Laravel + Livewire, Next.js, Flutter, WordPress plugin, SaaS boilerplate, marketplace, REST API …).
Scaffold the project from a template that already includes a license model, a payment flow, a security checklist and a deploy guide.
Inject only the smallest viable snippet of guidance into the LLM context — reducing token spend by 40–70 % vs naive prompting.
16 tools (v0.1.0 scaffold)
Tool | Purpose |
| Parse the user's plain-English brief → stack + scope + risks |
| Recommend an optimal stack given budget, hosting, country |
| Generate a focused prompt for the next agent step |
| Return a reference architecture for the chosen stack |
| Return a project template (Laravel / Next.js / Flutter / WP / SaaS / Marketplace / API) |
| Inject a license-validation flow into a generated project |
| Apply a baseline design system (Codinfy / Tailwind / minimal) |
| Generate REST or GraphQL API scaffolding |
| Generate a relational schema (MariaDB / Postgres) from a domain |
| Return a stack-specific security checklist |
| Validate a generated project against CodeCanyon / Codinfy rules |
| Generate README + INSTALL + DEPLOY for a project |
| Step-by-step deploy guide for cPanel / Vercel / Fly.io / Render |
| Smart debug helper — narrows context before asking the model |
| Estimate token cost of a workflow and suggest reductions |
| Smart Context Mode — return only the smallest viable knowledge slice for the next agent step |
All tools are stubbed in v0.1.x. Real implementations land progressively via AGENT-46 (Codinfy core repo).
Install
npm install -g @codinfy/codix-build-mcpOr run on demand:
npx -y @codinfy/codix-build-mcp@latest --helpClaude Code / Claude Desktop
{
"mcpServers": {
"codix-build": {
"command": "npx",
"args": ["-y", "@codinfy/codix-build-mcp@latest"]
}
}
}Optional: set CODIX_BUILD_API_KEY to enable the higher quota tier and
the cloud-hosted templates registry.
Cursor / Codex / Windsurf / Continue / Cline
See examples/ for ready-to-paste config snippets.
Templates included (v0.1.0 scaffold list)
templates/
├── laravel-codinfy/ ← Laravel 12 + Livewire + Tailwind + GeniusPay + Codinfy ID
├── nextjs-saas/ ← Next.js 14 + Tailwind + Prisma + Stripe baseline
├── flutter-mobile/ ← Flutter 3 baseline with auth + REST + analytics
├── wordpress-plugin/ ← WP plugin scaffold with license + auto-update
├── saas-monolith/ ← Laravel/Node SaaS scaffold (multi-tenant)
├── marketplace/ ← Marketplace baseline (vendors, products, payouts)
└── rest-api/ ← REST API baseline (OpenAPI 3.1)Prompt packs
prompt-packs/
├── token-saver/ ← Reduce context size while keeping accuracy
├── license/ ← License validation flows (HMAC + JWT)
├── marketplace/ ← Marketplace patterns (vendors, payouts, KYC)
├── cpanel/ ← Shared-hosting deploy patterns
└── deploy/ ← CI/CD pipelines for the included stacksSkill packs
skill-packs/
├── architecture/ ← Reference architectures per stack
├── security/ ← OWASP + framework-specific hardening
├── docs/ ← Auto-generate README/INSTALL/DEPLOY
└── business-kit/ ← Pricing, licensing, marketplace, ToS, privacySmart Context Mode
The headline trick: instead of returning a 20-page reference doc every
time the agent asks "how do I add a license?", codix.context.smart
returns the smallest snippet that lets the agent succeed for the
specific step it's about to take, in the specific stack chosen.
Internally it uses:
An embedding index of every template + skill pack.
A query rewriter that injects the active stack and the previous agent action.
A token budget per step (configurable via
CODIX_BUILD_TOKEN_BUDGET).
Result: typical workflows cost 40–70 % fewer tokens than naive prompting while keeping or improving accuracy.
License
MIT — © 2025 RAFLOX SAS.
"Codinfy", "Codix", and the Codix mascot are trademarks of RAFLOX SAS.
The MIT license grants you full freedom over the code in this repo,
but does NOT grant any rights to use the Codinfy/Codix brand assets
(logos, color palette, mascot) in a derivative product. See
SECURITY.md for responsible disclosure.
Related repos
Repo | Description |
Public MCP for Codinfy APIs (licenses, payments, identity, ads) | |
This repo — Codix Build MCP | |
| Codinfy core platform (private) |
| Internal MCP (private) |
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/bakalagoin/codix-build-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server