Sync AI agent configs, memory, and MCP servers across Claude Code, Cursor, Copilot, Gemini CLI, Windsurf, and OpenClaw
# APC — AI Personal Context Manager **Collect, unify, and sync AI tool configurations across Claude Code, Cursor, Cursor CLI, GitHub Copilot, Windsurf, and OpenClaw.** [](https://github.com/FZ2000/apc-cli/actions/workflows/ci.yml) [](https://python.org) [](LICENSE) [](https://github.com/FZ2000/apc-cli) --- ## Why APC? You use multiple AI coding tools. Each one stores skills, MCP server configs, and memory in its own format, in its own directory. When you switch tools or set up a new machine, you lose everything — or spend hours copying files around. **APC fixes this.** It extracts your configs from every installed tool into a single local cache, then syncs them back out to any combination of targets. Skills, MCP servers, memory, API keys — all managed from one CLI. No cloud account required. ## At a Glance ``` $ apc status ╭─ Detected Tools ────────────────────╮ │ claude-code synced │ │ cursor synced │ │ cursor-cli not synced │ │ github-cursor synced │ ╰─────────────────────────────────────╯ ╭─ Local Cache ───────────────────────╮ │ Skills 12 │ │ MCP Servers 4 │ │ Memory 7 │ ╰─────────────────────────────────────╯ LLM: anthropic/cursor-sonnet-4-6 (1 auth profile(s)) ``` ## Features - **Multi-tool sync** — extract and apply skills, MCP servers, and memory across 6 supported AI tools - **MCP server management** — sync Model Context Protocol server configs between tools with secret redaction and OS keychain storage - **Skill installation** — install reusable instruction snippets directly from GitHub reposit
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.