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

Install from PyPI

pip install visora
visora

Visora starts an MCP server over standard input/output. Keep a Unity Editor open with either AnkleBreaker or the bundled com.visora.editor package configured as its HTTP bridge; see the setup guide.

Development 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 the Agent Workflow Guide.


License

Copyright 2026 Ama.

Licensed under the Apache License, Version 2.0.

Release files for visora 0.1.2

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.2
File Size Uploaded
visora-0.1.2.tar.gz 748.7 kB Details

Built distribution (wheel)

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

Total release size: 853.0 kB

Release files / visora-0.1.2.tar.gz

Download URL visora-0.1.2.tar.gz
Size 748.7 kB
Tags Source
SHA-256 checksum
How to use checksums
e914b6b43bf7a53d07ae788e1ac2945470992b940c7969b2e337d3f85d203fd3
BLAKE2b-256 checksum
How to use checksums
f9155bf1a487e13519f9929c6f5e7f736986a85a513377faa3116af4e2efde19
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.2-py3-none-any.whl

Download URL visora-0.1.2-py3-none-any.whl
Size 104.3 kB
Tags Python 3
SHA-256 checksum
How to use checksums
f75e172bb66ae1e0da2229346a54342e1cd90c8dc304e2fd66a3acdebb72978c
BLAKE2b-256 checksum
How to use checksums
23fa44ad5eca6a895038d0742a1c92585be4b95c07d538840e0b02772a3bcef9
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

This release

0.1.2 This release

2 release files

0.1.1

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