Skip to main content
Glama
Warlander

Registry Browser MCP

by Warlander

Registry Browser MCP

Deprecated. This package is no longer maintained. Agents should use the Unity CLI instead of this MCP integration.

MCP (Model Context Protocol) integration for Registry Browser. Exposes Registry Browser operations — embed, de-embed, publish, and create packages — as MCP tools, enabling AI agents and IDE integrations to manage Unity packages programmatically.

Installation

Via Git URL

Open Window → Package Manager, click +, and choose Add package from git URL.

To install the latest version:

https://github.com/Warlander/registry-browser-mcp.git

To install a specific release, append the tag:

https://github.com/Warlander/registry-browser-mcp.git#2.0.0

Related MCP server: Unity MCP Server

Via Scoped Registry

Add the Warlogic registry to your Packages/manifest.json:

{
  "scopedRegistries": [
    {
      "name": "Warlogic",
      "url": "https://upm.maciejcyranowicz.com",
      "scopes": ["com.warlogic"]
    }
  ],
  "dependencies": {
    "com.warlogic.registrybrowser.mcp": "2.0.0"
  }
}

Then open Window > Package Manager and look for com.warlogic.registrybrowser.mcp.

Prerequisites

  • com.unity.ai.assistant — the official Unity AI Assistant package, which provides the Unity MCP framework this package integrates with.

  • com.warlogic.registrybrowser — the Registry Browser tool whose operations are exposed via MCP.

Setup

  1. Ensure com.unity.ai.assistant and com.warlogic.registrybrowser are installed in your project.

  2. Install this package. The manage_registry_browser MCP tool is automatically discovered and registered by Unity's MCP tool registry.

Usage

Once installed, the following MCP tool becomes available to any connected MCP client (e.g., AI assistants, IDE integrations):

  • manage_registry_browser — performs Registry Browser operations programmatically.

    • status — list configured registries and installed packages with their versions and embed status.

    • embed — clone a package repository into Packages/Embeds/ at a specific commit.

    • de_embed — remove a local embed and restore the registry-hosted version.

    • publish — publish an embedded or local package to a configured UPM registry.

    • create_package — scaffold a new local UPM package with optional Git initialization.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Unity Editor MCP SDK that exposes Unity Editor capabilities as MCP tools, enabling AI assistants like Claude Code to drive Unity Editor workflows through prefab inspection, asset manipulation, and preview rendering.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    A Unity Editor plugin that exposes Unity Editor capabilities to external AI agents via the Model Context Protocol. It enables AI agents to interact with Unity through tools for debugging, scene inspection, project management, and build operations.
    6
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Allows MCP clients like Claude Desktop or Cursor to perform Unity Editor actions, including asset management, scene modification, and game mechanic testing.
    22
    MIT