magatron-agent
v0.11.3
Published
Bridge between local AI agent (Claude Code/Codex) and Magatron UI
Downloads
1,985
Maintainers
Readme
magatron-agent
Bridge between local AI agent (Claude Code / Codex CLI) and Magatron web UI.
Quick Start
npx magatron-agent --url wss://magatron-trello-bot-production.up.railway.app --project YOUR_PROJECT_IDHow it works
- Connects to Magatron via WebSocket
- Starts Claude Code CLI (or Codex) locally with your subscription
- Forwards messages: UI chat ↔ local CLI
- Connects CLI to Magatron MCP server for project tools
Options
--url Magatron WebSocket URL (required)
--project Project ID (required)
--provider AI provider: claude (default), codex, shell
--mcp MCP server URL (auto-detected)Providers
- claude — Uses Claude Code CLI (
claudecommand) - codex — Uses OpenAI Codex CLI (
codexcommand) - shell — Testing mode (bash/cmd)
Requirements
- Node.js 18+
- Claude Code CLI (
npm i -g @anthropic-ai/claude-code) or Codex CLI (npm i -g @openai/codex) - Active subscription (Claude Pro / ChatGPT Plus)
