scaffor

JLugagne/scaffor
★ 0 stars Go 💻 Code/Dev Tools Updated today
Deterministic scaffolding for LLM agents. Templates generate files, structured hints tell the agent what to do next. Built-in MCP server for Claude Code and Cursor.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "scaffor": {
      "command": "go",
      "args": [
        "run",
        "github.com/JLugagne/scaffor@latest"
      ]
    }
  }
}

README Excerpt

<div align="center"> Your LLM shouldn't invent your file structure. scaffor moves scaffolding out of the agent's head and into an **executable contract**: same inputs → same files → same structure. **One command. Same files. Every time.** </div> --- Ask your agent to "add a new entity to the hexagonal app". Watch what happens:

Tools (6)

docexecutelintliston_conflictstatus

Topics

ai-agentsclicode-generationdeveloper-toolsllmmcpmcp-serverscaffoldingtemplate-engine