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.
@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 Β· π 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 atdocs.codinfy.com/codix-build-mcp.
Related MCP server: Context Optimizer MCP Server
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-mcpConfigure 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.ymlCompanion projects
Repo | Purpose | License |
Public MCP to call Codinfy APIs (licenses, payments, brand) | MIT | |
| Build any project faster, with Smart Context Mode | MIT |
| Private MCP for the Codinfy team | proprietary |
Releases
Pushing a tag v* to main publishes to npm automatically.
npm version patch
git push --follow-tagsSecurity
Report vulnerabilities privately to security@codinfy.com. See SECURITY.md.
Contributing
Issues and PRs welcome. See CONTRIBUTING.md.
π Connect with us
Network | Codinfy | Bakala Goin (Founder & CEO) |
TikTok | β | |
X (Twitter) | β |
License
MIT Β© 2026 RAFLOX SAS β Abidjan, CΓ΄te d'Ivoire.
Codinfy β by RAFLOX SAS Β· π§ contact@codinfy.com Β· π codinfy.com
Part of the Codinfy MCP ecosystem Β· codinfy-mcp
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
- 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/bakalagoin/codix-build-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server