Serversio.github.codeofaxel/kiln
K

Kiln

io.github.codeofaxel/kiln · v1.1.0
▦ pypi
v1.1.0pypi pypi: kiln3d↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.codeofaxel/kiln",
  "description": "Kiln MCP server for agents: design, slice, print, monitor, and recover physical objects safely.",
  "title": "Kiln",
  "repository": {
    "url": "https://github.com/codeofaxel/Kiln",
    "source": "github"
  },
  "version": "1.1.0",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "kiln3d",
      "version": "1.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL of your 3D printer (OctoPrint, Moonraker, Creality, or Prusa Link)",
          "name": "KILN_PRINTER_HOST"
        },
        {
          "description": "API key for your printer's REST API",
          "isSecret": true,
          "name": "KILN_PRINTER_API_KEY"
        },
        {
          "description": "Printer type: octoprint, moonraker, creality, bambu, prusaconnect, elegoo, or serial",
          "name": "KILN_PRINTER_TYPE"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}