cloud-harness
v0.61.0Safe operating guidance for private Cloud Harness MCP coding workspaces.
By Best Agent KitsLicense: MIT11 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 24, 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 →
Install cloud-harness for Codex and Claude Code
codex plugin marketplace add bestagentkits/cloud-harness-mcp
codex plugin marketplace upgrade bestagentkits
codex plugin add cloud-harness@bestagentkitsPaste and run these commands in a terminal with Codex. They add and refresh the bestagentkits catalog, then install this plugin.
Compatibility: the page URL and API slug “cloud-harness” remain stable.
- Codex:
cloud-harness@agent-plugin-marketplace→cloud-harness@bestagentkits
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/bestagentkits/cloud-harness-mcpClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/cloud-harness/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/cloudharness/SKILL.md
Included Skills1
Operate Cloud Harness MCP safely and effectively: open isolated remote coding workspaces with optional environment/secrets injection, inspect capabilities, inspect and edit files, run bounded commands or managed tasks, work with Git, worktrees, and brokered GitHub actions, manage lifecycle recovery, and clean up resources. Use whenever Cloud Harness MCP, cloudharness tools, remote workspaces, or remote coding executor operations are involved.
Plugin manifests2
{
"name": "cloud-harness",
"version": "0.61.0",
"description": "Safe operating guidance for private Cloud Harness MCP coding workspaces.",
"author": {
"name": "Best Agent Kits",
"url": "https://github.com/bestagentkits"
},
"homepage": "https://cloud-harness-mcp.pages.dev",
"repository": "https://github.com/bestagentkits/cloud-harness-mcp",
"license": "MIT",
"keywords": [
"cloud-harness",
"mcp",
"remote-coding",
"developer-tools"
],
"skills": "./skills/",
"interface": {
"displayName": "Cloud Harness MCP",
"shortDescription": "Operate a private remote coding workspace safely.",
"longDescription": "Open, inspect, edit, test, version, recover, and close a private Cloud Harness MCP workspace with exact tool contracts and safety guidance.",
"developerName": "Best Agent Kits",
"category": "Developer Tools",
"capabilities": [
"Remote coding",
"File and code search",
"Command and task execution",
"Git and worktree operations"
],
"websiteURL": "https://cloud-harness-mcp.pages.dev",
"privacyPolicyURL": "https://cloud-harness-mcp.pages.dev/privacy.html",
"termsOfServiceURL": "https://cloud-harness-mcp.pages.dev/terms.html",
"defaultPrompt": [
"Open my repository in Cloud Harness and inspect it safely.",
"Use Cloud Harness to implement and verify this change.",
"Review the workspace state and close all Cloud Harness resources."
],
"brandColor": "#C9824B",
"composerIcon": "./assets/cloud-harness-logo.svg",
"logo": "./assets/cloud-harness-logo.svg"
}
}{
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
"name": "cloud-harness",
"version": "0.61.0",
"description": "Operate a private Cloud Harness MCP coding workspace with safe file, execution, Git, automation, and recovery workflows.",
"author": {
"name": "Best Agent Kits",
"url": "https://github.com/bestagentkits"
},
"homepage": "https://cloud-harness-mcp.pages.dev",
"repository": "https://github.com/bestagentkits/cloud-harness-mcp",
"license": "MIT",
"keywords": [
"cloud-harness",
"mcp",
"remote-coding",
"developer-tools"
],
"skills": "./skills/",
"userConfig": {
"mcpUrl": {
"type": "string",
"title": "Cloud Harness MCP URL",
"description": "The operator's existing Cloud Harness MCP endpoint. The plugin reuses its authentication and stores no credential of its own."
}
},
"mcpServers": "./.mcp.json",
"hooks": "./hooks/hooks.json"
}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.
[cloud-harness on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cloud-harness)