Provides access to local Bevy examples and source code inspection for Bevy projects.
Bevy Buddy acts as a Model Context Protocol (MCP) server, empowering developers to easily explore and understand Bevy game engine projects. It intelligently detects the Bevy version from your `Cargo.toml` and offers direct access to a wealth of local Bevy examples from your Cargo registry, alongside robust source code inspection features to streamline your development workflow.
Key Features
01Structured file tree navigation for examples
02Access to local Bevy examples from Cargo registry
03Resolve absolute paths to example files
04Read specific example file content
05Bevy version detection from Cargo.toml
060 GitHub stars
Use Cases
01Learning Bevy by exploring official examples
02Inspecting Bevy source code for deeper understanding
03Integrating Bevy example snippets into your project