mcpbeat Sign in

Code Factory MCP Server

local only

Code Factory runs on your own machine — the client starts it, so there is no endpoint to ping. 3 727 installs a week from pypi. Last commit 31 Aug 2026.

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

Installs per day peak 1 175 · avg 525 · -22% w/w
a month agotoday
3 727
Installs / week
pypi · factoryline-code-factory
6
Stars
2 open issues
31 Aug 2026
Last commit
0 releases in 90 days
NOASSERTION
License
Python

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
setup.py: выполняет код при установке пакета
Runs an external command editors/vscode/src/extension.ts:58
    const child = childProcess.spawn(command, args, {
Runs an external command factoryline/assurance.py:199, factoryline/developer_memory.py:51, factoryline/e2e_proof.py:205 и ещё 13
        completed = subprocess.run(
Builds a database query by concatenation .github/workflows/jetbrains-marketplace.yml:233
      - name: Publish verified plugin update
        env:
          PUBLISH_TOKEN: ${{ secrets.JETBRAINS_MARKETPLACE_TOKEN }}
Long encoded blob in source factoryline/builtin_packs/capability-accessibility/pack.signature.json:2, factoryline/builtin_packs/capability-auth/pack.signature.json:2, factoryline/builtin_packs/capability-billing/pack.signature.json:2 и ещё 55
  "payload": "eyJmaWxlcyI6eyJjYW5hcmllcy9tYW5pZmVzdC5qc29uIjoiYTVhZDgwZDJlNDk0YjRhZjM0YjE5ZjZmMWFiYzQ2MDc2MmI0YWI4MmFiMWFiNzhiODhlZDk2MTUxNTMzZWY1MiIsImdlbmVyYXRvci9hZGFwdGVyLmpzb24iOiIxYzE4OTJmODQ0YWE1YmEwMGJhNDNiYmI2ZjVlYTEyY2ZiYzkzYzJkZGU4YTQyOWY4YzRlOWFmODhiNWU1MThkIiwiZ29sZG…
Dumps the whole environment factoryline/hosted_api.py:133, factoryline/hosted_control.py:201, factoryline/workspace_advisor.py:249 и ещё 3
        env = dict(os.environ if environ is None else environ)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add code-factory -- uvx factoryline-code-factory
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "code-factory": {
      "args": [
        "factoryline-code-factory"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.code-factory]
command = "uvx"
args = ["factoryline-code-factory"]
.cursor/mcp.json
{
  "mcpServers": {
    "code-factory": {
      "args": [
        "factoryline-code-factory"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "code-factory": {
      "args": [
        "factoryline-code-factory"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Code Factory

same job, measured the same way
Sinter
by shellfu

Persistent, evidence-backed code graph for coding agents.

6 121 installs/wk local only
Kivgraph
by luqueee

Cross-repository semantic code intelligence for AI coding agents, from a local code graph.

local only
Engram
by nickcirv

Ranked local code-graph context for AI coding agents. Intercepts reads + greps. Apache-2.0.

220 installs/wk local only
Paper Lantern
by paperlantern

Research intelligence for AI coding agents. 2M+ CS papers with evidence and tradeoffs.

answering
Droste
by lorismascio17

Local code-memory graph for AI coding agents.

165 installs/wk local only
Replen
by replenhq

A local intelligence layer for AI coding agents. Maps your repos, matches the open-source frontier.

109 installs/wk local only
Agentmako
by drhalto

Local-first codebase intelligence MCP server for AI coding agents.

82 installs/wk local only
I
Srclight
by srclight

Deep code indexing for AI agents. FTS5 + embeddings + call graphs + git intelligence. Fully local.

294 installs/wk local only

Code Factory — questions

Answers built from our own checks of this server.

Why is there no uptime for Code Factory?
Code Factory runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package factoryline-code-factory was installed 3 727 times last week.
How do I connect Code Factory?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls factoryline-code-factory straight from pypi; nothing to host, nothing to sign up for.
How many people use Code Factory?
The pypi package factoryline-code-factory was installed 3 727 times in the last week. Week over week that is -22%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Code Factory open source?
Yes — it is published under the NOASSERTION licence, written in Python, 6 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.