Backup and restore your OpenCode AI coding configuration across machines. Never lose your skills, MCP servers, plugins, agents, or config files again.
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"
]
}
}
}
Run in terminal:
claude mcp add bak-cli go run github.com/danielxxomg/bak-cli@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"bak-cli": {
"command": "go",
"args": [
"run",
"github.com/danielxxomg/bak-cli@latest"
]
}
}
}