Skills MCP Server
Skills MCP Server
FastMCP サーバーが skills-engine のタクソノミを MCP ツール として公開します。これにより、任意の MCP クライアント(Claude、Cursor、カスタムエージェント)でスキルの推論・正規化・検索ができ、ライフサイクルガバナンスの確認も行えます。
ツール
ツール | 目的 |
| JD、履歴書、タスク、振り返りからスキルを抽出・解決する |
| 生のラベルをカスタム → 外部 → マスター階層にマッピングする |
| 全階層を横断するセマンティック検索を行う |
| 階層ごとの件数 + ライフサイクルステータスを表示する |
| 推奨されるアクションと理由(半減期ポリシー)を提示する |
Related MCP server: skills-mcp-server
実行
pip install -r requirements.txt
uvicorn skills_engine.api.app:app --reload # in the skills-engine repo, port 8000
export SKILLS_ENGINE_URL=http://127.0.0.1:8000
python src/skills_mcp/server.py # stdio MCP transport任意の MCP クライアント設定に組み込みます:
{
"mcpServers": {
"skills-engine": {
"command": "python",
"args": ["src/skills_mcp/server.py"]
}
}
}テスト
ツール関数は FastMCP インスタンスに登録された単純な呼び出し可能オブジェクトであるため、テストはライブエンジンなしでトランスポート層(_get/_post)を monkeypatch し、ルーティング、ペイロード、登録を検証します。
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Search and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.
A registry of 5,900+ peer-authored skills any MCP agent can search and load on demand.
Governed AI agent skills — one library, distributed to devs and exposed to remote agents over MCP.
Governed data discovery, exact queries, decisions, simulations, and runtime utilities over MCP.
Related MCP Servers
- -licenseNot gradedqualityNot gradedmaintenanceEnables intelligent discovery and management of Claude Skills through semantic search, ratings, favorites, and community curation. Provides tools to search, upload, rate, and organize skills with natural language queries and comprehensive metadata.
- AlicenseAqualityDmaintenanceExposes Cursor-style skill packs (SKILL.md trees) via MCP resources, tools, and prompts, enabling any MCP client to list, get, search skills, and retrieve skill context.313ISC
- AlicenseNot gradedqualityCmaintenanceBridges Claude-style skills to MCP tools, enabling any MCP client to call the same skills for cross-client reuse and flexible packaging.1MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to discover, install, and manage SKILL.md skills from a Git-backed registry via MCP tools for search, install, and list operations.171MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hari2353/skills-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server