Mcp Catalog banner
mark-satterfield mark-satterfield

Mcp Catalog

Development community

Description

--- description: Discover and catalog all MCP servers and their tools across the project and user environment user-invocable: true --- # MCP Catalog You are running the mcp-catalog skill. Follow these steps exactly. ## Step 1: Discover Run the discovery script to find all MCP server configurations: ```bash python3 "$SKILL_DIR/scripts/discover.py" --project-dir "$(pwd)" --output /tmp/mcp-catalog-discovered.json ``` Read the output file and present the results to the user. ## Step 2: Presen

Installation

Installs to ~/.claude/commands/mark-satterfield-toolset-mcp-catalog.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/mark-satterfield/toolset/HEAD/.claude/commands/mcp-catalog.md -o ~/.claude/commands/mark-satterfield-toolset-mcp-catalog.md

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

Full documentation available on GitHub

View Source Repository