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

Related MCP server: ghidraMCP

βš™οΈ 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.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    An Model Context Protocol server that enables LLMs to autonomously reverse engineer applications by exposing Ghidra's decompilation and analysis tools. It allows AI agents to list code structures, rename methods, and analyze binaries directly through MCP-compatible clients.
    Apache 2.0
  • A
    license
    Not graded
    quality
    B
    maintenance
    A headless Ghidra server that enables AI agents to perform deep reverse-engineering tasks such as disassembly, decompilation, and patching via the Model Context Protocol. It supports extensive automation of analysis workflows in sandboxed environments through a catalog of over 200 specialized tools.
    162
    GPL 2.0
  • A
    license
    A
    quality
    C
    maintenance
    Exposes codebase analysis data, including module structures, dependencies, and AI-generated insights, to AI assistants via the Model Context Protocol. It enables users to query project architecture and search for specific code entities across analyzed projects.
    10
    19
    1
    MIT

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