Codix Build MCP

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.

Category
Visit Server

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.

npm version License: MIT


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:

  1. pasting hundreds of lines of architecture guidance into every prompt;
  2. burning tokens re-explaining the same stack decisions to every new agent;
  3. ending up with inconsistent code across modules;
  4. 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 spec
  • codix.stack.recommend β€” pick a stack from your constraints (hosting, budget, team)
  • codix.architecture.get β€” fetch the canonical architecture for a stack
  • codix.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 agent
  • codix.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 model
  • codix.database.schema β€” migrations + seeders for MariaDB/MySQL/PostgreSQL

Quality & ops

  • codix.security.checklist β€” OWASP top 10 + secrets + auth review
  • codix.marketplace.check β€” readiness check for CodeCanyon / Codinfy marketplace
  • codix.docs.generate β€” README + CONTRIBUTING + DEPLOYMENT in one shot
  • codix.deploy.guide β€” cPanel, Vercel, Render, Fly.io, Cloudflare Pages, or bare VPS
  • codix.debug.help β€” interactive debugging hints for the current stack
  • codix.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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured