Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Discover, search, and manage MCP (Model Context Protocol) servers. Use when the user needs to find MCP servers, get server information, generate MCP client c...
Discover, search, and manage MCP (Model Context Protocol) servers. Use when the user needs to find MCP servers, get server information, generate MCP client c...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
This skill helps you discover and manage MCP (Model Context Protocol) servers.
Model Context Protocol (MCP) is an open standard that enables AI systems to connect with external data sources and tools. It provides a standardized way for AI assistants to access files, databases, APIs, and other resources.
Use the scripts/mcp_discover.py script for all MCP operations:
python3 scripts/mcp_discover.py list Filter by category: python3 scripts/mcp_discover.py list --category database Categories: filesystem, dev, database, web, search, memory
python3 scripts/mcp_discover.py search --query "database"
python3 scripts/mcp_discover.py info --name postgres
python3 scripts/mcp_discover.py config --servers "filesystem,github,memory"
List available servers to see options Select the servers you need Generate configuration with those servers Save the output to your MCP client's config file
Use search with keywords related to your need Use info to get detailed information about a specific server Check the install command and URL for setup instructions
filesystem: File system access and management dev: Development tools and integrations (GitHub, etc.) database: Database connections (PostgreSQL, SQLite) web: Web scraping and content fetching search: Search engine integrations memory: Persistent memory and knowledge graph
All commands support --json flag for programmatic use: python3 scripts/mcp_discover.py list --json
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.