Install
openclaw skills install mcp-server-discoveryDiscover, search, and manage MCP (Model Context Protocol) servers. Use when the user needs to find MCP servers, get server information, generate MCP client configurations, or work with the MCP ecosystem. Triggers on queries about MCP servers, Model Context Protocol, server discovery, or MCP configuration.
openclaw skills install mcp-server-discoveryThis 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"
search with keywords related to your needinfo to get detailed information about a specific serverAll commands support --json flag for programmatic use:
python3 scripts/mcp_discover.py list --json