OpenSana Docs

Init, MCP, and Editor Integration

Generate MCP config and install OpenSana skills for supported CLI targets.

opensana init helps integrate OpenSana into editor and agent workflows.

What init Does

  • writes MCP config for selected targets
  • installs OpenSana skills for supported CLIs

MCP Setup

opensana init mcp
opensana init mcp --cli claude
opensana init mcp --cli codex

Today this can write:

  • .mcp.json for Claude-oriented setups
  • .codex/config.toml for Codex-oriented setups

Skill Setup

opensana init skill
opensana init skill --cli claude,codex --scope project

How To Think About It

  • use setup to save a profile
  • use connect to run live thread execution
  • use init to wire editors and local agent tools into the same project

Planned Runtime Note

Codex-related setup can appear before full runtime parity is available in OpenSana thread execution. Treat those pages and generated files as part of the planned integration path, not a promise that every runtime is already fully supported end to end.

On this page