Skip to main content
Glama
bakalagoin

Codix Build MCP

by bakalagoin

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.

npm License: MIT Status

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:

  1. Analyze the user's intent.

  2. Pick the right stack (Laravel + Livewire, Next.js, Flutter, WordPress plugin, SaaS boilerplate, marketplace, REST API …).

  3. Scaffold the project from a template that already includes a license model, a payment flow, a security checklist and a deploy guide.

  4. 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

codix.project.analyze

Parse the user's plain-English brief → stack + scope + risks

codix.stack.recommend

Recommend an optimal stack given budget, hosting, country

codix.prompt.generate

Generate a focused prompt for the next agent step

codix.architecture.get

Return a reference architecture for the chosen stack

codix.template.get

Return a project template (Laravel / Next.js / Flutter / WP / SaaS / Marketplace / API)

codix.license.inject

Inject a license-validation flow into a generated project

codix.design.apply

Apply a baseline design system (Codinfy / Tailwind / minimal)

codix.api.generate

Generate REST or GraphQL API scaffolding

codix.database.schema

Generate a relational schema (MariaDB / Postgres) from a domain

codix.security.checklist

Return a stack-specific security checklist

codix.marketplace.check

Validate a generated project against CodeCanyon / Codinfy rules

codix.docs.generate

Generate README + INSTALL + DEPLOY for a project

codix.deploy.guide

Step-by-step deploy guide for cPanel / Vercel / Fly.io / Render

codix.debug.help

Smart debug helper — narrows context before asking the model

codix.cost.optimize

Estimate token cost of a workflow and suggest reductions

codix.context.smart

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-mcp

Or run on demand:

npx -y @codinfy/codix-build-mcp@latest --help

Claude 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 stacks

Skill 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, privacy

Smart 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.


Repo

Description

bakalagoin/codinfy-mcp

Public MCP for Codinfy APIs (licenses, payments, identity, ads)

bakalagoin/codix-build-mcp

This repo — Codix Build MCP

bakalagoin/codinfy

Codinfy core platform (private)

bakalagoin/codinfy-mcp-internal

Internal MCP (private)

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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