
Skillhub Mcp
@214140846
Skillhub Mcp について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"skillhub-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"skillhub-mcp@latest",
"/path/to/skills"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Skillhub MCP?
Skillhub MCP is an MCP server that converts Claude-style skills (defined with SKILL.md) into MCP tools and resources, enabling any MCP client to call the same skills. It is designed for teams and individuals who want to reuse skills across multiple MCP clients (e.g., Cursor, Claude Code, Codex) and prefer flexible skill packaging.
How to use Skillhub MCP?
Install the server via uvx skillhub-mcp@latest, optionally providing a custom skills root directory. Then configure it as an MCP server in your client’s settings (e.g., ~/.cursor/mcp.json, claude mcp add, or ~/.codex/config.toml). The server discovers skills from the root directory and exposes them as MCP tools and resources.
Key features of Skillhub MCP
- Cross-client reuse: install once, use from any MCP client
- Flexible packaging: nested directories,
.zip, and.skillarchives - Skill resources: expose scripts, datasets, examples as MCP resources
- Resource fallback: a
fetch_resourcetool for clients without native MCP resource support - Multiple transports: stdio (default), http, and sse
- Lightweight: no script execution; the client decides whether to run scripts
Use cases of Skillhub MCP
- Turn existing Claude-style skills into tools for Cursor, Claude Code, or Codex
- Organize and share skills with nested folders and zip/archive packaging
- Expose skill-related scripts and data as MCP resources for agent reading
- Reuse the same skills across multiple team agents without duplication
FAQ from Skillhub MCP
Is Skillhub MCP an MCP server or an MCP client?
It is an MCP server. It runs as a server process and exposes tools and resources to MCP clients.
How does Skillhub MCP differ from Claude Code’s skills directory?
Claude Code expects a flat skills directory (each immediate subdirectory is one skill). Skillhub MCP allows nested directories and supports .zip/.skill packaged skills.
What transport options does Skillhub MCP support?
It supports stdio (default), http, and sse transports, configurable via the --transport flag.
Does Skillhub MCP execute scripts inside skills?
No. Skillhub MCP does not run scripts; the client decides whether and how to execute them. Skills may contain scripts and arbitrary files, so treat them as untrusted and run in sandboxes/containers.
Where does Skillhub MCP look for skills by default?
The default skills root is ~/.skillhub-mcp. You can override it by passing a path as a positional argument.
「その他」の他のコンテンツ
Awesome Mlops
visengerA curated list of references for MLOps
ICSS
chokcoco不止于 CSS
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
コメント