Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Show HN: Apc-CLI – sync AI memory across Claude Code, Cursor, Copilot (github.com/fz2000)
2 points by FZ2000 17 days ago | hide | past | favorite
I use 4-5 AI coding tools depending on the task. The thing that kept frustrating me: every tool stores its context in a different place, in a different format. Switch from Claude Code to Cursor mid-project and you start from scratch. Set up a new machine and you rebuild everything by hand.

apc-cli fixes this with three commands:

  apc collect   # extract skills, MCP servers, and memory from every installed tool
  apc status    # see what's in sync and what isn't
  apc sync      # push everything to all your tools
It handles: Claude Code · Cursor · Gemini CLI · GitHub Copilot · Windsurf · OpenClaw

No cloud account. Everything runs locally. API keys go to the OS keychain, not a config file. MIT licensed.

PyPI: https://pypi.org/project/apc-cli/

Happy to hear what's missing — especially if you use tools I haven't added support for yet.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: