Skip to main content
Glama
505,415 tools. Updated 2026-09-02 00:37

"Percy" matching MCP tools:

Matching MCP Servers

  • F
    license
    A
    quality
    B
    maintenance
    Enables building Perch mods by providing Perch's display vocabulary, documentation, builtin package examples, a package validator, and the ability to run your package in Perch.
    6
  • Validate a Perch mod package: verify mod.json schema, entry, Lua parsing, widget declaration, and display types. For the final verdict, run the package with perch_run.
  • Start building Perch mods by following this guide covering package shape, Lua declarations, handlers, scopes, and style. Read it first for a clear overview.
  • Launches Perch in development mode using a specific package folder, making the widget appear in Settings → Layout → Widgets and on the notch. Requires Windows; use PERCH_EXE if not installed via Steam.
  • Retrieve specific sections of Perch's display vocabulary: components, props, colors, host functions, handlers, scopes, and contexts. Specify the part to fetch the needed reference.
  • Access Perch modding and API documentation: list available pages, view specific guides or API references, and search for terms to locate relevant information.