Skip to main content
Glama

mcp_skill_provider

MCPスキルプロバイダー — Harness Engineeringスキルの検索、取得、コマンド実行を行います。

mcp_skill_provider は、mcp_daemon_engine に登録されたスタンドアロンのMCPモジュールです。エージェントに3つのツールを公開します:

  • search_skills(query, limit?) — スキルカタログの語彙検索

  • get_skill(name) — Harness Engineeringから完全なスキル手順を取得

  • run_command(name, argv, workspace_scope?) — スキル用に許可リストに登録されたコマンドを実行

インストール

pip install -e .

Related MCP server: Harness MCP Server

設定

環境変数でHarness Engineering GraphQLエンドポイントを設定します:

HSK_GRAPHQL_ENDPOINT=http://localhost:8000/graphql

mcp_daemon_engine での使用方法

mcp_daemon_engineloadMcpConfiguration ミューテーションを通じてモジュールを登録します。mcp_configuration.py は、デーモンが必要とする toolsmodulesmodule_links ブロックをすでに宣言しており、すべてのツールを次の場所に向けます:

{
  "module_name": "mcp_skill_provider",
  "class_name": "mcp_skill_provider.mcp_skill_provider.MCPSkillProvider",
  "package_name": "mcp_skill_provider",
  "source": ""
}

source: "" は、パッケージがデーモンの sys.path からインポート可能である必要があることを意味します(例: pip install -e .)。S3から取得されるわけではありません。実際のGraphQLエンドポイント/認証情報の値は、登録時に loadMcpConfigurationvariables 引数を通じて提供され、マニフェスト内のプレースホルダー setting.graphql_modules の値を上書きします。

ライセンス

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables AI agents to discover, install, and manage SKILL.md skills from a Git-backed registry via MCP tools for search, install, and list operations.
    5
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables coding agents to search, recommend, and validate a stack of reusable skills from a local catalog, producing deterministic plans without modifying the project.
    8,426
    1
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables AI agents to autonomously search, evaluate, and install skills from the skills.sh catalog.
    2
    4
    13
    ISC

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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/ideabosque/mcp_skill_provider'

If you have feedback or need assistance with the MCP directory API, please join our Discord server