MCP Server Discovery
v1.0.0Discover, 搜索, and manage MCP (模型 上下文 Protocol) servers. Use when the user needs to find MCP servers, 获取 server in格式化ion, 生成 MCP 命令行工具ent configurations, or work with the MCP eco系统. Triggers on queries about MCP servers, 模型 上下文 Protocol, server discovery, or MCP configuration.
运行时依赖
安装命令
点击复制技能文档
MCP Server Discovery
This 技能 helps you discover and manage MCP (模型 上下文 Protocol) servers.
What is MCP?
模型 上下文 Protocol (MCP) is an open standard that enables AI 系统s to connect with external data sources and 工具s. It provides a standardized way for AI 助手s to 访问 files, databases, APIs, and other resources.
AvAIlable Commands
Use the scripts/mcp_discover.py script for all MCP operations:
列出 AvAIlable Servers python3 scripts/mcp_discover.py 列出
过滤器 by category:
python3 scripts/mcp_discover.py 列出 --category database
Categories: file系统, dev, database, 网页, 搜索, memory
搜索 for Servers python3 scripts/mcp_discover.py 搜索 --查询 "database"
获取 Server DetAIls python3 scripts/mcp_discover.py 信息 --name postgres
生成 MCP 命令行工具ent Configuration python3 scripts/mcp_discover.py config --servers "file系统,github,memory"
Common 工作流s 设置ting up a new MCP 命令行工具ent 列出 avAIlable servers to see options Select the servers you need 生成 configuration with those servers Save the 输出 to your MCP 命令行工具ent's config file Finding the right server Use 搜索 with keywords related to your need Use 信息 to 获取 detAIled in格式化ion about a specific server 检查 the 安装 command and URL for 设置up instructions Server Categories file系统: File 系统 访问 and management dev: Development 工具s and integrations (GitHub, etc.) database: Database connections (PostgreSQL, SQLite) 网页: 网页 scrAPIng and content fetching 搜索: 搜索 engine integrations memory: Persistent memory and knowledge graph JSON 输出
All commands support --json flag for programmatic use:
python3 scripts/mcp_discover.py 列出 --json