atom
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@atommap my repo to #pr-notifications"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@useatom/cli
CLI + MCP server for Atom — GitHub pull request notifications in Slack, threaded per PR.
npm install -g @useatom/cli
atom initSetting up with a coding agent? Point it at useatom.dev/llms-install.md.
Commands
Command | What it does |
| Interactive setup: sign in → workspace → connect GitHub + Slack → map a repo. Resumable. |
| GitHub sign-in via browser. |
| Clear / show the session. |
| Workspace overview: connections, plan, mappings. |
| Run one connection step (opens browser, waits for completion). |
| Map a repo's PRs to a channel. Interactive without args. |
| Remove a mapping ( |
| List repos (with mappings) / channels the bot can post to. |
| List PR reminder configs. |
| Create or update reminders ( |
| Remove a channel's reminders. |
| Manage the standup ( |
| Enroll or remove participants (opt-in only). |
| Invite teammates / join a workspace. |
| Run the MCP server on stdio. |
Every command supports --json for scripting; most accept
-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 mcp14 tools: atom_status, list_repos, list_channels, list_mappings,
map_repo, unmap_repo, get_invite_link, list_reminders, set_reminder,
delete_reminder, get_standup, set_standup, add_standup_participant,
remove_standup_participant. Requires atom login first — the server reads
the same ~/.useatom/config.json.
Environment
Variable | Purpose |
| Override the API base URL (local dev: |
| Session token override — used by |
| Config directory override (tests/CI). Default |
Development
npm install
npm run build # tsup → dist/
npm test # vitest: config unit tests + MCP protocol test (needs a build)
npm run typecheckThis server cannot be installed
Maintenance
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
- AlicenseAqualityDmaintenanceEnables management of Bitbucket Cloud pull requests through natural language, including creating, reviewing, approving, and commenting on PRs with automatic default reviewer support.791MIT
- FlicenseNot gradedqualityDmaintenanceEnables the analysis of GitHub Pull Requests to extract metadata, commits, and code changes for structured AI insights. It also supports the optional creation of Notion pages to store and organize the resulting analysis.
- FlicenseAqualityDmaintenanceEnables analysis of GitHub Pull Requests, including details, diff, file lists, and review tracking.3
- FlicenseAqualityCmaintenanceStreamlines GitHub PR workflows, monitors CI/CD, and sends Slack notifications. Provides tools for PR analysis, CI monitoring, and follow-up tasks.7
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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