MCPcopy Index your code
hub / github.com/Arksine/moonraker

github.com/Arksine/moonraker @v0.10.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v0.10.0 ↗ · + Follow
3,027 symbols 11,269 edges 89 files 32 documented · 1%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Moonraker - API Web Server for Klipper

Moonraker is a Python 3 based web server that exposes APIs with which client applications may use to interact with the 3D printing firmware Klipper. Communication between the Klippy host and Moonraker is done over a Unix Domain Socket. Tornado is used to provide Moonraker's server functionality.

Documentation for users and developers can be found on Read the Docs.

Clients

Note that Moonraker does not come bundled with a client, you will need to install one. The following clients are currently available:

Raspberry Pi Images

Moonraker is available pre-installed with the following Raspberry Pi images:

Docker Containers

The following projects deploy Moonraker via Docker:

  • prind by mkuf
  • A suite of containers which allow you to run Klipper in Docker. Includes support for OctoPrint and Moonraker.

Changes

Please refer to the changelog for a list of notable changes to Moonraker.

Core symbols most depended-on inside this repo

error
called by 389
moonraker/components/http_client.py
get
called by 366
moonraker/components/secrets.py
info
called by 341
moonraker/components/simplyprint.py
lookup_component
called by 224
moonraker/server.py
debug
called by 160
moonraker/components/simplyprint.py
get
called by 150
moonraker/components/file_manager/file_manager.py
exception
called by 132
moonraker/components/simplyprint.py
items
called by 125
moonraker/components/database.py

Shape

Method 2,493
Class 303
Function 231

Languages

Python100%
TypeScript1%

Modules by API surface

tests/test_database.py207 symbols
moonraker/components/database.py171 symbols
moonraker/components/file_manager/metadata.py166 symbols
moonraker/components/file_manager/file_manager.py157 symbols
moonraker/common.py155 symbols
moonraker/components/power.py134 symbols
moonraker/components/machine.py113 symbols
moonraker/components/simplyprint.py111 symbols
tests/test_config.py91 symbols
moonraker/components/application.py90 symbols
moonraker/confighelper.py87 symbols
tests/test_server.py74 symbols

For agents

$ claude mcp add moonraker \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page