orgx-claude-code-plugin

useorgx/orgx-claude-code-plugin
★ 0 stars JavaScript 🤖 AI/LLM Updated today
OrgX plugin for Claude Code — MCP server wiring, runtime hooks, skill sync, agent dispatch orchestration
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "orgx-claude-code-plu": {
      "command": "npx",
      "args": [
        "-y",
        "useorgx/orgx-claude-code-plugin"
      ]
    }
  }
}

README Excerpt

Claude Code plugin package for OrgX: - OrgX MCP server wiring (`mcp.useorgx.com`) - Runtime hooks that post activity/progress back to OrgX and spool compact Work Graph events for reconciliation - Browser pairing login (`/orgx-login`) with macOS keychain storage - Session env hydration from keychain (`hooks/scripts/load-orgx-env.mjs`)

Tools (1)

ORGX_RUNTIME_HOOK_URL