harness
v1.0.0-ghast.1Explore pipelines, deployments, infrastructure and feature management using Harness’s official MCP integrations.
By Ghast AILicense: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 8, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/Trapezohe/ghast-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/harness/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/harness/SKILL.md└── mcp.json
Included Skills1
Use Harness in Ghast. Explore pipelines, deployments, infrastructure and feature management using Harness’s official MCP integrations. 通过 Harness 官方 MCP 集成查询流水线、部署、基础设施与功能管理信息。
MCP servers2
- command
- npx
- args
- -y [email protected]
- cwd
- ${PLUGIN_DATA}
- env.HARNESS_BASE_URL
- https://app.harness.io
- env.HARNESS_MCP_MODE
- single-user
- env.HARNESS_SKIP_ELICITATION
- false
- env.HARNESS_AUTO_APPROVE_RISK
- none
- url
- https://mcp.harness.io/mcp
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "harness",
"version": "1.0.0-ghast.1",
"description": "Explore pipelines, deployments, infrastructure and feature management using Harness’s official MCP integrations.",
"author": {
"name": "Ghast AI",
"url": "https://ghast.trapezohe.ai"
},
"homepage": "https://developer.harness.io/docs/platform/harness-ai/connect-with-ai/harness-mcp-server/hosted-mcp/",
"license": "MIT",
"extensions": {
"ai.trapezohe.ghast": {
"officialConnectorSource": "https://developer.harness.io/docs/platform/harness-ai/connect-with-ai/harness-mcp-server/hosted-mcp/",
"connectorPublisher": "Harness",
"category": "development",
"icon": "./assets/icon.png",
"displayName": "Harness",
"descriptions": {
"en": "Explore pipelines, deployments, infrastructure and feature management using Harness’s official MCP integrations.",
"zh-CN": "通过 Harness 官方 MCP 集成查询流水线、部署、基础设施与功能管理信息。"
},
"mcpServerExtensions": {
"harness": {
"credentialEnv": {
"HARNESS_API_KEY": "$VAULT:harness-api-key",
"HARNESS_ACCOUNT_ID": "$VAULT:harness-account-id",
"HARNESS_FME_API_KEY": "$VAULT:harness-fme-api-key"
},
"optionalCredentials": [
"harness-account-id",
"harness-fme-api-key"
]
},
"harness-hosted": {
"oauthClientRequired": true
}
}
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[harness on Agent Plugins Marketplace](https://pluginsmp.com/plugins/harness-3)