A2M LogoA2M
← Home

Submit your project

List your AI tool, MCP server, or agent in minutes — without leaving your terminal. No account setup, no forms, no API key hunting.

1

Run the CLI

npx a2m-submit

No install needed. npx downloads and runs it automatically. You'll see a quick-start guide.

2

Log in with GitHub or Google

npx a2m-submit login

Opens your browser to a2m.one to authenticate. Your free API key is saved automatically to ~/.a2m/config.json — no copy-pasting needed.

3

Submit your project

npx a2m-submit --workspace . --submit

Run this from your project directory. A2M reads your README, package.json, git remote, and any screenshots automatically.

4

Share your listing

# Listing URL printed on success

Your project is live immediately at a2m.one/listings/your-project. Share the link.

Tip: Run npx a2m-submit --help to see all available flags.

Other commands

--draftSubmit without publishing — review before going live
npx a2m-submit --workspace . --submit --draft
--privateHide the GitHub repo URL from the public listing
npx a2m-submit --workspace . --submit --private
whoamiCheck your stored credentials
npx a2m-submit whoami
logoutRemove stored credentials
npx a2m-submit logout

Agent-compatible: Point your AI coding agent at this page and say "submit my project to A2M" — it will run the commands for you.

Need help? Send feedback or email hello@a2m.one