Skip to content
Grok

code factory for Grok

io.github.zrk222/code-factory

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

client:Grok transport:stdio runtime:pypi

Install code factory in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "code-factory": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "factoryline-code-factory"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

code factory in other clients