Seiro MCP Docs

Seiro MCP spatial computing server and visionOS build tools

View the Project on GitHub karad/seiro-mcp

Seiro MCP Overview

This site hosts the minimal Rust MCP server (rmcp v0.8.5) and the visionOS build tool suite. It summarizes setup steps to call the visionOS tools from Codex / Inspector.

Support scope

What you can do

Setup at a glance

  1. Get dependencies: cargo fetch
  2. Register MCP: run seiro-mcp config mcp, then paste the TOML into ~/.codex/config.toml
  3. Create project config: run seiro-mcp config project from the project root to create seiro-mcp.toml
  4. Validate: cargo checkcargo test --allcargo fmt -- --checkcargo clippy -- -D warningscargo build --release
  5. Launch via an MCP client and call tools: mcp call validate_sandbox_policy ... / mcp call build_visionos_app ... etc.

See the linked pages for detailed steps and troubleshooting. GitHub Pages uses relative links under docs/.