Quick Start
This guide helps you connect Moira to your AI client and run your first workflow.
Prerequisites
Section titled “Prerequisites”- An MCP-compatible AI client (see supported clients below)
- Moira account (sign up at moiraqq.com)
Get your MCP endpoint
For Moira Cloud:
https://moiraqq.com/mcpFor self-hosted, use your server’s MCP endpoint.
Configure your AI client
claude.ai - Browser chat (Pro/Max/Team/Enterprise)
- Go to Settings → Connectors
- Click “Add custom connector”
- Enter Server URL:
https://moiraqq.com/mcp - Click “Connect”
- Complete OAuth authentication in browser
- Tools appear in chat
Requires paid plan
chat.openai.com - Browser chat (Plus/Pro)
- Profile → Settings
- Go to “Connectors” or “Integrations”
- Click “Add connector”
- Enter Name:
MCP Moira, URL:https://moiraqq.com/mcp - Complete OAuth authentication
- Tools available in chat
Free tier doesn’t support MCP
Recommended: Use CLI command
Run:
claude mcp add --transport http moirahttps://moiraqq.com/mcpThen authenticate:
/mcp# → Select "moira"# → Click "Authenticate"# → Browser opens for OAuthAlternative: Manual JSON config
Edit
~/.config/claude/mcp.jsonwith URL:https://moiraqq.com/mcpDesktop app: GUI method
- Open Settings (⌘+,)
- Go to “Connectors” tab
- Click “Add custom connector”
- Enter Server URL:
https://moiraqq.com/mcp - Click “Connect”
- Browser opens → OAuth → Done
No file editing required
One-click install available on landing page
Or manually edit
~/.cursor/mcp.jsonwith URL:https://moiraqq.com/mcpThen authenticate:
- Settings → MCP Servers → Find “moira”
- Click “Authenticate” → Browser opens for OAuth
With MCP extension
- Install MCP extension:
ext install mcp-connector - Add to
settings.jsonwith URL:https://moiraqq.com/mcp
Or: Command Palette → “MCP: Add Server”
Mac app with PerplexityXPC helper
- Install PerplexityXPC helper first: Settings → Connectors → Install Helper
- Click “Add Connector”
- Enter Server Name:
moira, Command:npx, Args:-y mcp-remotehttps://moiraqq.com/mcp - Complete OAuth authentication
- Ask Perplexity to use MCP Moira tools
Paid plan recommended
VS Code extension: Open-source AI assistant
- Install Continue extension
- Open config: Ctrl+Shift+P → “Continue: Open config”
- Add to
config.yamlwith URL:https://moiraqq.com/mcp - Restart VS Code
- Authenticate when prompted
Zed Editor: Fast code editor
Edit
~/.config/zed/settings.jsonwith URL:https://moiraqq.com/mcpRestart Zed → Authenticate → Tools ready
Gemini CLI (experimental)
Edit
~/.gemini/settings.jsonwith URL:https://moiraqq.com/mcpAfter saving:
gemini auth→ OAuthAuthenticate the MCP server
After adding the server configuration, complete OAuth authentication. Most clients will prompt you automatically or have an “Authenticate” button.
Verify connection
Ask your AI client to list available Moira workflows:
List available Moira workflowsYou should see a list of workflows you have access to.
Start the user onboarding
Now simply type in the chat:
Start user onboarding flowThe agent will guide you through an interactive onboarding experience that:
- Explains Moira by demonstrating a workflow in action
- Shows you key workflows available
- Helps you get started with your first real task
This is the recommended way to learn Moira!
Available MCP Tools
Section titled “Available MCP Tools”Once connected, your AI client has access to these Moira tools:
| Tool | Description |
|---|---|
list_workflows | List available workflows |
start_workflow | Start a new workflow execution |
execute_step | Submit step result and get next directive |
get_help | Get documentation and help |
manage_settings | Manage user settings |
Example Session
Section titled “Example Session”Here’s what a typical workflow session looks like:
Agent: I'll start the development workflow. [calls start_workflow with workflowId: "development-flow"]
Moira: Process ID: abc-123 Your next task: Analyze the requirements document... Success criteria: Requirements are documented...
Agent: [analyzes requirements, produces output] [calls execute_step with processId: "abc-123" and result]
Moira: Process ID: abc-123 Your next task: Create implementation plan... Success criteria: Plan covers all requirements...
[... workflow continues until completion]Next Steps
Section titled “Next Steps”- Workflows - Understand workflow structure
- Claude Code Integration - Detailed Claude Code setup
- MCP Clients - Other MCP client integrations