Skip to content
Cursor

code factory for Cursor

io.github.zrk222/code-factory

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

client:Cursor transport:stdio runtime:pypi

Install code factory in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

code factory in other clients