A Kiro Power for Harness that bundles:
- Steering for CI/CD, CCM, SCS/STO, Chaos, FME, SEI, GitOps, and IDP workflows
- MCP server configuration for
harness/mcp-server
POWER.md: activation metadata, tool routing, workflow guidancemcp.json: default profile (read-only, minimal toolsets)mcp.readonly.json: read-only profile with all toolsetsmcp.full.json: full-access profile with all toolsetssteering/rules.md: universal operating rulessteering/workflows.md: CI/CD workflowssteering/platform.md: platform workflowssteering/troubleshooting.md: troubleshooting guide
- Kiro IDE or a compatible MCP client
- Docker
- Harness Personal Access Token (PAT) with scopes for your use case
- In Kiro, open Powers and add this GitHub repo URL.
- Set environment variables (before launching Kiro if using shell exports):
export HARNESS_API_KEY="pat.xxxx.yyyy.zzzz"
export HARNESS_DEFAULT_ORG_ID="default"
export HARNESS_DEFAULT_PROJECT_ID="my_project"
# Optional (for self-managed Harness):
# export HARNESS_BASE_URL="https://app.harness.io"HARNESS_ACCOUNT_ID is intentionally not required; the account is derived from the API key by the Harness MCP server.
| File | Mode | Toolsets | Intended use |
|---|---|---|---|
mcp.json |
Read-only | pipelines,logs |
Safe default for execution visibility and debugging |
mcp.readonly.json |
Read-only | all |
Broad exploration without write operations |
mcp.full.json |
Write enabled | all |
Full platform access (requires careful operation) |
If you need selective toolsets, replace --toolsets all with a subset such as:
pipelines,logspipelines,logs,services,environments,connectors,secrets,templates,auditscs,sto,audit
Toolset configuration source depends on how the server is launched:
- Repo Docker profiles (
mcp.json,mcp.readonly.json,mcp.full.json): update--toolsetsinargs - Direct binary launch (
harness-mcp-server ...): setHARNESS_TOOLSETS
Use official toolset names:
default, pipelines, pullrequests, services, environments, infrastructure, connectors, secrets, delegatetokens, repositories, registries, dashboards, ccm, chaos, scs, sto, logs, templates, idp, audit, fme, sei, gitops
- "Why did the deploy-production pipeline fail? Show me the logs."
- "Show DORA metrics for the backend team over the last 30 days."
- "What critical vulnerabilities exist in our latest Docker image?"
- "Show me cloud cost anomalies for this month."
- "List feature flags in production and their rollout state."
Apache 2.0 — see LICENSE