All tools/GitHub Copilot CLI

GitHub Copilot CLI

copilot

The power of GitHub Copilot coding agent, brought to your terminal.

Detected by copilot | macOS, Linux, Windows |docs.github.com

Sync rules

What travels, what stays, what never leaves
GitHub Copilot CLI in your home directory Every rule on this page, by file
· settings.json Sync
},
"filesystem": {
"type": "local",
"command": "/opt/homebrew/bin/npx",machine-local
"args": ["-y", "@modelcontextprotocol/server-filesystem", "/Users/octocat/src"],machine-local
"tools": ["*"],
"env": {}
}

Each machine keeps its own copy of these.

· lsp-config.json Sync
· copilot-instructions.md Sync
· instructions/ Sync
· agents/ Sync
· skills/ Sync
· extensions/ Sync
· hooks/ Sync
· session-state/ Exclude
· command-history-state/ Exclude
· logs/ Exclude
· installed-plugins/ Exclude
· plugin-data/ Exclude
· ide/ Exclude
· session-store.db Exclude
· permissions-config.json Exclude
· config.json Never synced
· mcp-oauth-config/ Never synced
· mcp-secrets/ Never synced

Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.

Use it with your dotfile manager

Same data, in the shape your tool already reads
Opens Otty and adds this tool to what it syncs

Opens otty://sync/add/copilot. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.

Every one of these keeps all credential files out. None of them splits mcpServers.*.command and mcpServers.*.args for you — that part is Otty’s own sync, or a template you write by hand.