Natural-language Jira interaction that reads, drafts, creates, and updates issues.
Integrations
mcp-server-discovery-p
Try itDiscover, search, and manage MCP (Model Context Protocol) servers with comprehensive capabilities. Efficiently locate servers, retrieve detailed information,...
What it does
This skill helps you discover and manage MCP (Model Context Protocol) servers.
The skill document
MCP Server Discovery
This skill helps you discover and manage MCP (Model Context Protocol) servers.
What is MCP?
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.
Available Commands
Use the scripts/mcp_discover.py script for all MCP operations:
List Available Servers
python3 scripts/mcp_discover.py list
Filter by category:
python3 scripts/mcp_discover.py list --category database
Categories: filesystem, dev, database, web, search, memory
Search for Servers
python3 scripts/mcp_discover.py search --query "database"
Get Server Details
python3 scripts/mcp_discover.py info --name postgres
Generate MCP Client Configuration
python3 scripts/mcp_discover.py config --servers "filesystem,github,memory"
Common Workflows
Setting up a new MCP client
- 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
Finding the right server
- Use
searchwith keywords related to your need - Use
infoto get detailed information about a specific server - Check the install command and URL for setup instructions
Server Categories
- 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
JSON Output
All commands support --json flag for programmatic use:
python3 scripts/mcp_discover.py list --json
Related skills
slack-gif-creator
OfficialBuild animated GIFs that meet Slack's size, dimension, and framerate rules for emoji or messages.
skill-creator
OfficialGuide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflo
yeet
OfficialUse only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).
migrate-to-codex
OfficialMigrate supported instruction files, skills, agents, and MCP config into Codex project and global files.
linear
OfficialManage issues, projects & team workflows in Linear. Use when the user wants to read, create or updates tickets in Linear.
More from subaru0573
Browse all skillsThis skill should be used when the user needs to manage Tencent Weiyun cloud storage, including file upload/download, sharing, space management, and account...
Data analysis and visualization. Query databases, generate reports, automate spreadsheets, and turn raw data into clear, actionable insights. Use when (1) yo...
Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Sup...
Capture, inspect, and compare screenshots of screens, windows, regions, web pages, simulators, and CI runs with the right tool, wait strategy, viewport, and...
Create, inspect, and edit Microsoft Word documents and DOCX files with reliable styles, numbering, tracked changes, tables, sections, and compatibility check...
Advanced multi-agent development system for complex software projects. Leverages Orchestrator, Builder, and Reviewer agents to decompose modules, implement c...