Skip to main content
Glama
OrbisFactory

Orbis Prism MCP

Official
by OrbisFactory

πŸ’Ž Orbis Prism MCP

Leer en espaΓ±ol

"Deconstruct the engine, illuminate the API."

Orbis Prism is a powerful SDK analysis tool for Hytale developers. It automatically detects your game installation, decompiles the server logic, and provides an intelligent AI-ready interface via the Model Context Protocol (MCP).

IMPORTANT

Orbis Prism requires an official Hytale installation. This tool does not distribute any game source code or binaries.


πŸš€ Quick Start

  1. Install Install directly from PyPI:

    pip install orbis_prism_mcp

    (Or for local development: pip install -e .)

  2. Initialize Workspace This command detects your Hytale installation, decompiles the server, and indexes the API and assets.

    prism ctx init --assets
  3. Start MCP Server

    prism mcp

βš™οΈ Requirements

  • Official Hytale Installation (Launcher and game files).

  • Python 3.11+

  • Java 17-25 (Required for Hytale server compatibility and JADX/Vineflower).


πŸ—οΈ Default Storage

By default, Orbis Prism uses a global storage directory at ~/.prism for configuration and databases.

If you want to use a specific directory as a workspace (local project), initialize it using prism ctx init within that folder or use the -w flag.


πŸ›οΈ Project Features

  • Global CLI: Run prism from any directory.

  • Global Options: Use --version or -v to check the tool version.

  • Decompiler Choice: Switch between JADX (default) and Vineflower engines.

  • Deep Indexing: Fast API search with SQLite FTS5.

  • Asset Exploration: Search and inspect Hytale assets (JSON, models, textures) directly from Assets.zip.

  • AI-Ready: Native MCP server for integration with Cursor, Claude, and more.


πŸ“š Documentation

Detailed documentation is available for different areas of the project:


🌍 Language Support

The CLI supports both English and Spanish.

prism lang set en  # Switch to English
prism lang set es  # Cambiar a EspaΓ±ol

βš–οΈ License

This project is licensed under the MIT License. See the LICENSE file for details.

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

–Maintainers
–Response time
6dRelease cycle
4Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/OrbisFactory/OrbisPrismMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server