Plans
Implementation plans with sections, examples, constraints, open questions, and a trail of decisions.
MinoraBetaDocs / From rough thinking to readable decisions
Turn plans, reports, launch notes, and strategy notes into web documents that can be read, inspected, revised, and shared.
Scroll the conversation
Minora keeps the conversation visible while shaping it into a structured web surface. Each pass makes the document more concrete, inspectable, and ready to share.
Implementation plans with sections, examples, constraints, open questions, and a trail of decisions.
Research, analysis, and dense context presented with hierarchy, comparison blocks, and visual summaries.
Living documents that can keep evolving through targeted feedback instead of starting over each time.
Install before signup
Add the MCP server first. When the agent needs access, Minora opens a browser flow so the right user can sign in or create a workspace.
Create a workspaceFor Claude Code remote MCP.
claude mcp add minora --transport sse https://app.minora.dev/mcp
For Codex CLI and the Codex desktop app configuration.
mkdir -p ~/.codex && touch ~/.codex/config.toml && { grep -q '^\[mcp_servers\.minora\]' ~/.codex/config.toml || printf '\n[mcp_servers.minora]\nurl = "https://app.minora.dev/mcp"\n' >> ~/.codex/config.toml; } && codex mcp login minoraStart with a plan, note, or report. Minora turns it into a readable web surface that can keep improving.