Seiro MCP Docs

Seiro MCP server and visionOS 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. Create config: copy config.example.toml, then adjust auth.token and [visionos]
  3. Validate: cargo checkcargo test --allcargo fmt -- --checkcargo clippy -- -D warningscargo build --release
  4. Launch via MCP client: run cargo run --quiet -- --transport=stdio as a child process and align MCP_SHARED_TOKEN
  5. 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/.