bak-cli

danielxxomg/bak-cli
★ 0 stars Go 🤖 AI/LLM Updated today
Backup and restore your OpenCode AI coding configuration across machines. Never lose your skills, MCP servers, plugins, agents, or config files again.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bak-cli": {
      "command": "go",
      "args": [
        "run",
        "github.com/danielxxomg/bak-cli@latest"
      ]
    }
  }
}