Every tool.
One command.
The package manager for AI agents.
Search, install, and manage tools — all from your terminal.
Browse by Category
Find the right tool for your AI agent workflow.
Popular Packages
Most downloaded this week
Why ARM?
The AI agent ecosystem deserves the same tooling quality that web developers have had for years.
Security-first
Every package is automatically scanned for dangerous patterns — command injection, file system abuse, network exfiltration. You see the grade before you install.
CLI-first
Search, install, audit, and publish — all from your terminal. ARM integrates directly with Claude Desktop, Cursor, VS Code, and any MCP client.
Open Source
ARM is fully open source. The CLI, the registry, the security scanner — everything. Audit the code yourself, contribute, or self-host.
Get Started in Seconds
ARM works with every MCP-compatible client. Install a package and it's automatically configured in Claude Desktop, Cursor, VS Code, and more.
1# Install the ARM CLI2npm i -g arm34# Search for MCP servers5arm search filesystem67# Install a package (auto-configures your MCP client)8arm install @anthropic/filesystem910# Check security grade before installing11arm audit @some-author/untrusted-server1213# List installed tools14arm list