Skip to main content

Visora Banner

Visora 👁️

Visora is a high-level Model Context Protocol (MCP) server for Unity Editor. It supports AnkleBreaker as the default compatibility transport and the bundled native Unity package, with typed tools for visual diagnostics, safe scene work, animation, rigging, meshes, and queue polling.


📚 Documentation


🚀 Stack

  • Python 3.10+
  • MCPServer (mcp) — MCP server framework
  • HTTPX — Async HTTP client with automatic port discovery and retry backoff
  • Pydantic v2 + pydantic-settings — Typed config, validation, and structured tool output schemas
  • Asyncio — Asynchronous task loop & non-blocking ticket polling

📂 Project Structure

visora/
├── backend/
│   ├── __init__.py
│   ├── app.py             # MCPServer application instance
│   ├── server.py          # MCP server entrypoint
│   ├── config.py          # Centralized Pydantic settings
│   ├── bridge.py          # HTTP bridge client with multi-port failover
│   ├── tools/
│   │   ├── vision/        # screenshots, camera rendering, viewport projection, video
│   │   ├── animation/     # clip curve inspection, skeleton mapping, pose sampling
│   │   ├── scene/         # safe transactions, playmode lifecycle, compilation check
│   │   ├── mesh/          # skinned mesh diagnostics, bone binding & bound audit
│   │   └── bridge/        # health check, port scan, queue ticket polling
│   └── schemas/           # Pydantic output models for every tool
├── docs/
│   ├── AGENT_WORKFLOWS.md # Agent recipes, workflows, and safety rules
│   ├── SETUP_GUIDE.md     # Installation and MCP client configuration
│   └── ROADMAP.md         # Roadmap & feature matrix
├── tests/                 # Unit and integration test suites
├── Dockerfile              # Hardened production container image
├── compose.yaml            # Secure local MCP container configuration
├── pyproject.toml
└── .env.example

🛠️ Getting Started

Installation

# Using uv (recommended)
uv pip install -e .

# Or using pip
pip install -e .

Environment Configuration

Copy the .env.example file to .env:

cp .env.example .env

Running the MCP Server

# Direct module execution
uv run python -m backend.server

# Or package CLI
uv run visora

Docker

Visora's container uses stdio, just like a local MCP server. Build and run it with Docker Compose:

docker compose build --pull
docker compose run --rm -i visora

The Compose service reaches a Unity bridge on the host through host.docker.internal; configure bridge and optional provider variables in .env. See the Docker setup guide for Linux networking and security details.


🧰 Available MCP Tools

The generated, source-of-truth list of all 24 registered tools and their current parameters is in docs/AGENT_WORKFLOWS.md.

Release files for visora 0.1.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for visora 0.1.1
File Size Uploaded
visora-0.1.1.tar.gz 716.8 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for visora 0.1.1
File Interpreter ABI Platform
visora-0.1.1-py3-none-any.whl Python 3 none any Details

Total release size: 816.3 kB

Release files / visora-0.1.1.tar.gz

Download URL visora-0.1.1.tar.gz
Size 716.8 kB
Tags Source
SHA-256 checksum
How to use checksums
4a2c9ac68117f45325ff48f18f15450aab4802f25ab8501d06f0f8dcd77a1673
BLAKE2b-256 checksum
How to use checksums
f48dfd841a5b4b518c088552277551d47f33dd71c7820e1cbe1e8e09ea6a39c1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 3, 2026.

Transparency log

Release files / visora-0.1.1-py3-none-any.whl

Download URL visora-0.1.1-py3-none-any.whl
Size 99.5 kB
Tags Python 3
SHA-256 checksum
How to use checksums
e857e9d3e4897218cf287a3ea0b55dd2b55c86a680f4550c35e1fc737454fbf1
BLAKE2b-256 checksum
How to use checksums
0c527f053907468799917512a8e6c6c3ebd58bd1c3a99e9fce34a338a4e36740
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 3, 2026.

Transparency log

Release history Release notifications | RSS feed

0.1.3

2 release files

0.1.2

2 release files

This release

0.1.1 This release

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page