conjra status

Display current Conjra installation status, connected providers, and MCP editor registration.

Usage

conjra status

What it shows

conjra v1.0.0

Connected providers:
  stripe     (key: sk_l•...•456)
  supabase   (key: sbp_•...•789)

MCP Registration:
  ✓ Claude Code       ~/.claude/settings.json
  ✓ Cursor           .cursor/mcp.json
  ✗ Windsurf
  ✗ Gemini CLI
  ✗ ...and 16 more (use conjra init --ai all)

Version

The current installed version of Conjra.

Connected providers

Each connected provider with masked credentials (first 4 + last 4 chars).

MCP registration

Scans for Conjra MCP configuration across all 20 supported editors. Each editor is listed with its registration status and config file path. If no editor is configured, suggests running conjra init --ai <editor> or conjra init --ai all.

Examples

No providers, no editor

conjra v1.0.0

No providers connected. Run: conjra add <provider>

MCP Registration:
  ✗ Claude Code       not registered
  ✗ Cursor           not registered
  ✗ Windsurf         not registered
  ✗ ...and 17 more (use conjra init --ai all)

MCP server not registered. Run: conjra init --ai <editor>

Related commands

Edit this page on GitHub