Sync List banner
Leoyang183 Leoyang183

Sync List

Development community

Description

--- name: sync-list description: List all MCP servers configured in Claude Code with transport type and source --- List all MCP servers that Claude Code knows about. ## Execution Flow 1. Run: `npx sync-agents-settings list` 2. 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 ##

Installation

Installs to ~/.claude/skills/leoyang183-sync-agents-settings-sync-list/SKILL.md

Terminal
mkdir -p ~/.claude/skills/leoyang183-sync-agents-settings-sync-list && curl -fsSL https://raw.githubusercontent.com/Leoyang183/sync-agents-settings/HEAD/commands/sync-list.md -o ~/.claude/skills/leoyang183-sync-agents-settings-sync-list/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository