Skip to main content
Glama

@useatom/cli

Atom 向けのCLI + MCPサーバー — SlackでのGitHubプルリクエスト通知、PRごとにスレッド化。

npm install -g @useatom/cli
atom init

コーディングエージェントで設定しますか? useatom.dev/llms-install.md を参照してください。

コマンド

コマンド

動作

atom init

対話型セットアップ: サインイン → ワークスペース → GitHub + Slack を接続 → リポジトリをマップ。再開可能。

atom login

ブラウザ経由でGitHubサインイン。--with-token(環境変数 ATOM_TOKEN/標準入力)はCI用、--manual はSSH用。

atom logout / atom whoami

セッションをクリア / 表示。

atom status

ワークスペースの概要: 接続、プラン、マッピング。

atom connect github|slack

1つの接続ステップを実行(ブラウザを開き、完了を待つ)。

atom map [repo] [channel]

リポジトリのPRをチャンネルにマップ。引数なしの場合は対話式。

atom unmap [repo]

マッピングを削除(--yes で確認をスキップ)。

atom repos / atom channels

リポジトリ(マッピング付き)/ ボットが投稿できるチャンネルを一覧表示。

atom reminders [list]

PRリマインダー設定を一覧表示。

atom reminders set --channel #x

リマインダーを作成または更新(--time--tz--days--repos; リポジトリはチャンネルのマッピングがデフォルト)。

atom reminders delete --channel #x

チャンネルのリマインダーを削除。

atom standup status|enable|disable

スタンドアップを管理(enable --channel #x --nudge 09:30 --post 11:00 --tz Zone --days mon,fri)。

atom standup add-user|remove-user <login>

参加者を登録または削除(オプトインのみ)。

atom invite / atom join <code>

チームメイトを招待 / ワークスペースに参加。

atom mcp

stdioでMCPサーバーを実行。

すべてのコマンドはスクリプト用に --json をサポート。ほとんどのコマンドは -w, --workspace <id> も受け付けます。

Related MCP server: GitHub PR Analysis MCP Server

MCP

claude mcp add atom -- atom mcp
# or with no global install:
claude mcp add atom -- npx -y @useatom/cli mcp

14のツール: atom_statuslist_reposlist_channelslist_mappingsmap_repounmap_repoget_invite_linklist_remindersset_reminderdelete_reminderget_standupset_standupadd_standup_participantremove_standup_participant。最初に atom login が必要です — サーバーは 同じ ~/.useatom/config.json を読み取ります。

環境

変数

目的

ATOM_API_URL

APIのベースURLを上書き(ローカル開発: http://localhost:8500)。

ATOM_TOKEN

セッショントークンの上書き — login --with-token とヘッドレス実行で使用。

ATOM_CONFIG_DIR

設定ディレクトリの上書き(テスト/CI)。デフォルトは ~/.useatom

開発

npm install
npm run build       # tsup → dist/
npm test            # vitest: config unit tests + MCP protocol test (needs a build)
npm run typecheck
A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Human-authenticated setup for routing GitHub pull requests into the right Slack channel.

  • Human-authenticated setup for routing GitHub pull requests into the right Slack channel.

  • Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vakra-dev/atom-cli'

If you have feedback or need assistance with the MCP directory API, please join our Discord server