Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💻 Developer Tools
  3. Code Factory
C
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Code Factory

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View Repository

Local proof facts for AI coding clients: intent, tests, Graph Ops, and review evidence.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "code-factory": {
      "command": "npx",
      "args": [
        "-y",
        "code-factory"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives💻 More in Developer Tools

Documentation Overview

Code Factory

CI PyPI Python Hugging Face Space GitHub stars Latest release

6 mandatory audit lanes. 136 coded rejection conditions. One human-owned release decision.

Your code passed. But did it pass the right tests?

An AI agent—or a human developer—can write the code, write the tests, and set the rules used to approve its own work. Everything can turn green while the result still misses the request, leaks another tenant's data, breaks during a retry, damages a migration, or slows down in production.

Code Factory is an engineering audit and orchestration system: the independent review layer between “the build passed” and “a person should approve this.”

It seals the original intent before work begins, observes what changed, challenges the implementation and its tests, and connects every decision to inspectable evidence. If evidence is missing, contradictory, stale, or based on a weakened rule, the result does not quietly become a pass.

One review path, six questions

Audit laneThe practical question it answers
Stateful workflowsDo business rules still hold after real sequences such as create, cancel, retry, and refund?
Authorization and tenant isolationCan one customer, session, export, cache, or background job reach another customer's data?
Failure and recoveryWhat happens during duplicate requests, timeouts, partial writes, worker crashes, and retries?
API and consumer compatibilityWill this change silently break an older app, SDK, integration, or service?
Migration and data integrityCan the system upgrade without losing, corrupting, or stranding data?
Performance and resourcesDid latency, queries, memory, connections, or other resources regress against an approved baseline?

Those lanes contain 81 lane-specific and 55 cross-cutting coded rejection conditions. The source-bound inventory recomputes the total from the implementation; it is not a claim that every project executes 136 tests.

Built for the way you work

  • Solo developers and vibe coders: get a second opinion before a plausible AI-generated change becomes your problem in production.
  • Engineering teams: compare the request, code delta, independent checks, repair evidence, and remaining unknowns in one reviewable handoff.
  • Enterprise teams: keep policy provenance, exceptions, approvals, tenant boundaries, and evidence traceable without giving the coding agent authority to redefine success.
  • Connected agents: use the CLI, FactoryLine IDE surfaces, MCP, WebMCP, or A2A handoffs to follow the same bounded process and report the next action to a human.

Specialist modules join the same review when needed: Deep Defect Mesh consumes analyzer evidence, SaaS checks examine customer journeys, and AppForge organizes mobile build, design, privacy, signing, and store-submission evidence. AppForge does not replace the other audit lanes or promise store approval.

Choose your review path

Terminal
pip install factoryline-code-factory
factory guide

factory guide is a read-only orientation: it shows the smallest suitable path without running tests or agents. When you are ready to produce evidence, follow the engineering review workflow. Its result shows what was checked, what failed, why it matters, what evidence supports the finding, and what must happen next. Code Factory does not promise perfect software. It makes the basis for approval visible and keeps the final decision human-owned.

For developers: how the review connects across modules

From a plausible change to an inspectable engineering decision

  • Build what was actually requested. SpecLine clarifies requirements; sealed intent and Oracle Firewall checks flag scope drift and weakened gates.
  • Review behavior beyond a green unit test. Six audit lanes coordinate stateful invariants, authorization and tenant isolation, failure/concurrency recovery, API compatibility, database migration, and performance/resource regressions. Each lane needs the appropriate runner and real evidence.
  • Turn findings into repair work. Deep Defect Mesh checks supplied analyzer evidence; linked traces and repair comparisons keep consequences, stale results, and the next validation visible.
  • Keep the handoff coherent. ForgeLine orchestration and FactoryLine receipts connect work across modules. Mission Control and Graph Ops show humans and connected agents the same scope, blockers, evidence, and next step.
  • Activate specialist checks when needed. SaaS journey checks and AppForge mobile-release evidence fit into the same review path. AppForge is an optional module, not the whole product.

The payoff: a reviewer can see what was audited, what passed, what remains unknown, and what must happen next. A receipt supports that decision; it is not a guarantee of defect-free code, enterprise certification, or store approval. People retain authority over policy, exceptions, and release.

Install the CLI, then follow the engineering review workflow for a full review:

Terminal
pip install factoryline-code-factory

Want a small demonstration first? factory first-proof --root . challenges whether a test can actually reject its declared failure in a disposable sandbox. It writes a receipt and a privacy-safe Proof Card; it does not assess or change your project. First Proof is one entry point—not the scope of the full audit.

LLM-friendly product context: Canonical Product Card states the supported capabilities, boundaries, audiences, integration terms, and exact vocabulary that documentation assistants and agent tools may safely reuse. It is intentionally claim-bounded: local evidence is not a release, provider approval, remote execution, or a guarantee of correctness.

Pick the path that matches your work

Beyond hollow tests: Deep Defect Mesh evaluates signed analyzer-report contracts, flags missing negative controls, traces findings into Graph Ops, and compares repair outcomes. It coordinates supplied evidence; it does not execute the analyzers or guarantee that a clean report means safe code.

Choose your review path below. The current factory guide command still lists the existing onboarding paths, including the solo First Proof demo; it is not the full engineering-review workflow linked above.

  • Individual developer or vibe coder: What did my change miss? Use the engineering review workflow to inspect intent, behavior, and evidence. Try factory first-proof --root . for a contained demonstration first.
  • Engineering team: Did the agent build what we asked for? Start with factory oracle status --root .. Bind the original intent, observe the exact file delta, challenge the tests independently, and keep approval human-owned.
  • Enterprise evaluator: Can we govern agent work without trusting the agent's story? Start with factory graph ops --root . --json. Inspect the source-to-decision chain, blockers, unknowns, and authority boundaries in a controlled pilot.

Choose the relevant audit scope. Specialized SaaS, mobile, multi-repository, and enterprise controls remain available in the advanced workflow guide only when their trigger applies. AppForge is an optional mobile-delivery capability; it surfaces avoidable gaps but cannot guarantee store approval.

For a release-bound service change, use the six-lane runtime assurance workflow. It coordinates stateful invariants, tenant isolation, fault recovery, consumer compatibility, database migration, and equivalent-load performance/resource checks under one signed plan. Every failed lane returns the consequence, evidence digest, exact replay, and next repair. A six-lane pass means ready for human review—not approved for release.

Senior engineering controls in 0.46.3

When a team needs stronger evidence than a self-reported green build, use the senior-engineering integration:

  • verify an independently collected, candidate-bound execution attestation;
  • measure a reviewed buggy/fixed defect corpus with case-level recall and precision; and
  • route a dependency DAG through RUN, REUSE, SKIP, or BLOCK, then compare the incremental plan with a full baseline;
  • reproduce a failure in a fresh, contract-bound process workspace, compare the original failure with a repair and negative controls, explain every reuse decision across policy/dependency/toolchain/environment fingerprints, and hand a reviewer a runnable, evidence-linked failure briefing.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    💻 Developer Tools1 views
    Compare vs PraisonAI →
  • Forensic Deepdive logoForensic Deepdive

    Persistent code knowledge graph + 9 composite MCP tools for AI coding agents.

    💻 Developer Tools1 views
    Compare vs Forensic Deepdive →
  • TokenSave logoTokenSave

    Code intelligence for 15+ languages: semantic graph queries instead of file reads. 37 MCP tools.

    💻 Developer Tools0 views
    Compare vs TokenSave →
  • Proof logoProof

    Govern your AI coding agent: frame the work, review the changes, keep a signed decision record.

    💻 Developer Tools0 views
    Compare vs Proof →

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Code Factory

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "code-factory": { "command": "npx", "args": ["-y", "code-factory"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCode Factory AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/code-factory?style=directory)](https://allmcps.com/mcp/code-factory)
HTML Embed
<a href="https://allmcps.com/mcp/code-factory"><img src="https://allmcps.com/api/badge/code-factory?style=directory" alt="Code Factory on AllMCPs" /></a>

Technical Specs & Signals

Category💻Developer Tools
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging · 27/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💻 Developer Tools →Best MCP servers for Developers →Alternatives to Code Factory →Install in Claude DesktopInstall in CursorInstall in VS Code