sync-list
List all MCP servers configured in Claude Code with transport type and source
List all MCP servers that Claude Code knows about.
Execution Flow
-
Run:
npx sync-agents-settings list -
Present the output to the user in a readable format:
- Group servers by transport type (STDIO, HTTP, SSE)
- Show the source of each server (config = from ~/.claude.json, plugin = from Claude plugin)
- Highlight any servers that require OAuth authentication
Error Handling
- If
npxfails: suggestnpm install -g sync-agents-settingsas fallback.