mcp_skill_provider
mcp_skill_provider
MCP 技能提供器 — 用于搜索、检索和执行 Harness Engineering 技能命令。
mcp_skill_provider 是一个独立的 MCP 模块,注册在 mcp_daemon_engine 中。它向代理暴露三个工具:
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_engine 的 loadMcpConfiguration 变更操作注册该模块。mcp_configuration.py 已声明守护进程所需的 tools、modules 和 module_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 端点/凭据值在注册时通过 loadMcpConfiguration 的 variables 参数提供,该参数会覆盖清单中占位符 setting.graphql_modules 的值。
许可证
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 Servers
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to discover, install, and manage SKILL.md skills from a Git-backed registry via MCP tools for search, install, and list operations.51MIT
- AlicenseAqualityFmaintenanceProvides AI agents full access to the Harness.io platform through 10 consolidated tools and 137 resource types, enabling management of CI/CD, GitOps, Feature Flags, cost data, and more.113,6268Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables coding agents to search, recommend, and validate a stack of reusable skills from a local catalog, producing deterministic plans without modifying the project.8,4261MIT
- AlicenseAqualityBmaintenanceEnables AI agents to autonomously search, evaluate, and install skills from the skills.sh catalog.2413ISC
Related MCP Connectors
Search your team's shared AI-skill library, get install commands, and save skills from your agent.
Search harness engineering, agentic AI patterns, architectures, governance and agent taxonomy.
Agent-first skill marketplace with USK open standard for Claude, Cursor, Gemini, Codex CLI.
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/ideabosque/mcp_skill_provider'
If you have feedback or need assistance with the MCP directory API, please join our Discord server