#736 · Primary category: AI Agents & Automation

Steve

Cursor for Minecraft

Project last updated:07/28/26

GitHub Stars

1.4K

Forks

134

Contributors

2

License

Other

Why we included this project

Steve is a Forge mod that turns Minecraft into a live testbed for LLM-driven agents. You press K, type a plain-English request like "mine some iron" or "build a house near me," and an embodied agent carries it out inside the world instead of just replying with text. The interesting part is multi-agent coordination: several Steves working on one build split the structure into sections and claim non-overlapping parts, so they can parallelize the construction without stepping on each other. It runs a tick-based action loop with pluggable OpenAI, Groq, or Gemini backends, so it's a compact, readable reference for wiring language models into a real-time interactive environment. Minecraft players get a practical tool for automating grinding tasks, and developers get a working example of how to handle action planning, memory, and coordination in one codebase.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category