Skip to content
@ButterStack

ButterStack

Complete Asset Ownership & Observability

ButterStack

Observability and agentic build tooling for game studios. Asset pipelines, version-control integration, and CI/CD that understand game projects.

From idea to launch: pipeline setup and migration, agentic development enablement, embedded engineering leadership.

Open source

Four things we build in the open. Everything below is MIT and works without a ButterStack account, except the CLI and MCP server, which talk to your projects.

Manage tasks, builds, assets, and approvals from your terminal. Zero dependencies, Node builtins only.

npm install -g butterstack-cli
butter auth login
butter builds list
butter assets approve <id>

Model Context Protocol server. Point Claude, Cursor, or any MCP client at your pipeline and ask it why the build broke.

{
  "mcpServers": {
    "butterstack": { "command": "npx", "args": ["-y", "butterstack-mcp"] }
  }
}

A production-ready Perforce server for game dev. Comprehensive UE5 and Unity typemaps applied automatically, REST API on by default, SSL in the production profile, optional Helix Swarm.

git clone https://github.com/ButterStack/perforce-docker.git
cd perforce-docker/dev
docker compose up -d

Field-tested Claude Code agents for game dev pipelines, packaged as installable plugins: Perforce, Unreal, Unity, Godot, Lore, and Jenkins. Distilled from the agents we run in production, including guard scripts that refuse destructive operations.

/plugin marketplace add ButterStack/gamedev-agents
/plugin install perforce@gamedev-agents

Each plugin installs the same way: unreal@gamedev-agents, unity@gamedev-agents, lore@gamedev-agents, jenkins@gamedev-agents.

Popular repositories Loading

  1. Thrive Thrive Public

    Forked from Revolutionary-Games/Thrive

    The main repository for the development of the evolution game Thrive.

    C#

  2. perforce-docker perforce-docker Public

    Run a production-ready Perforce server for game dev in 30 seconds. Comprehensive UE5 & Unity typemaps, REST API, SSL, optional Helix Swarm.

    Shell

  3. setup-p4 setup-p4 Public

    Forked from perforce/setup-p4

    [Community Supported] Perforce Helix Core Actions

    JavaScript

  4. lore lore Public

    Forked from EpicGames/lore

    Lore is a next-generation, open source revision control system

    Rust

  5. gamedev-agents gamedev-agents Public

    Field-tested Claude Code agents for game dev pipelines: Perforce, Unreal, Unity, Lore, Jenkins. Distilled from the agents ButterStack runs in production.

    Shell

  6. butterstack-mcp butterstack-mcp Public

    Model Context Protocol server for the ButterStack game dev pipeline. Connect Claude, Cursor, or any MCP client to your builds, assets, and approvals.

    JavaScript

Repositories

Showing 9 of 9 repositories

Top languages

Loading…

Most used topics

Loading…