Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -265,12 +265,21 @@ Recommended process for finding MCP servers:

## Discovery Script

For automated discovery, see the companion script implementation in issue [#73](https://github.com/sjnims/plugin-dev/issues/73). Once implemented, usage:
Use the discovery script for automated server search with popularity ranking:

```bash
./scripts/search-mcp-servers.sh "filesystem" --limit 10
# Basic search
./scripts/search-mcp-servers.sh database postgres

# Limit results and get JSON output
./scripts/search-mcp-servers.sh --limit 5 --format json filesystem

# Simple output for scripting (stars|name|url)
./scripts/search-mcp-servers.sh --format simple github
```

Run `./scripts/search-mcp-servers.sh --help` for all options.

## Quick Reference

### Search Priority
Expand Down
Loading
Loading