mcp_skill_provider
mcp_skill_provider
MCP skill provider — sucht, ruft ab und führt Befehle für Harness Engineering Skills aus.
mcp_skill_provider ist ein eigenständiges MCP-Modul, das bei mcp_daemon_engine registriert ist. Es stellt Agenten drei Tools zur Verfügung:
search_skills(query, limit?)— lexikalische Suche im Skill-Katalogget_skill(name)— vollständige Skill-Anweisungen von Harness Engineering abrufenrun_command(name, argv, workspace_scope?)— einen freigegebenen Befehl für einen Skill ausführen
Installation
pip install -e .Related MCP server: Harness MCP Server
Konfiguration
Legen Sie den Harness Engineering GraphQL-Endpunkt über eine Umgebungsvariable fest:
HSK_GRAPHQL_ENDPOINT=http://localhost:8000/graphqlVerwendung mit mcp_daemon_engine
Registrieren Sie das Modul über die loadMcpConfiguration-Mutation von mcp_daemon_engine. mcp_configuration.py deklariert bereits die Blöcke tools, modules und module_links, die der Daemon benötigt — es verweist jedes Tool auf:
{
"module_name": "mcp_skill_provider",
"class_name": "mcp_skill_provider.mcp_skill_provider.MCPSkillProvider",
"package_name": "mcp_skill_provider",
"source": ""
}source: "" bedeutet, dass das Paket aus dem sys.path des Daemons importierbar sein muss (z. B. pip install -e .); es wird nicht von S3 abgerufen. Echte GraphQL-Endpunkt-/Anmeldedatenwerte werden zum Registrierungszeitpunkt über das variables-Argument von loadMcpConfiguration bereitgestellt, das die Platzhalterwerte setting.graphql_modules im Manifest überschreibt.
Lizenz
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