This repository bundles client-side resources for working with Causely: agent integrations (MCP), a Kubernetes install CLI, and a shell toolkit for the Causely GraphQL API.
| Area | Path | What it is |
|---|---|---|
| MCP skills & plugins | mcp/ |
Claude (and compatible) skills that route work across Causely’s MCP tools, plus starter configs for Cursor, Claude, Codex, VS Code Copilot, and OpenCode. |
| Kubernetes CLI | cli/ |
Go CLI that wraps Helm to install and manage the Causely agent in-cluster. |
| API shell client | api/ |
Bash libraries and scripts for snapshots, comparisons, and CI workflows against the Causely API. |
Product documentation lives at docs.causely.ai. For MCP authentication, headers, and troubleshooting, start with MCP Server Integration.
mcp/README.md— Overview of the seven packaged skills (alert triage, change impact, health reporting, K8s investigation, correlated incidents, postmortems, and the master MCP router).mcp/plugins/README.md— How to wire the hosted MCP server (https://api.causely.app/mcp) into Claude, Cursor, Codex, GitHub Copilot, OpenCode, and related tools, including optional custom headers.- Leaf skills — six drop-in folders under
mcp/skills/, each withSKILL.mdandreferences/complete-investigation.md(symlink to the sharedmcp/complete-investigation.mdin this repo). - Master router skill —
mcp/SKILL.md(samecausely-mcprole as in the skills overview) plusmcp/complete-investigation.mdat themcp/root for full tool routing and investigation patterns.
Install and operate the Causely agent from the terminal. See cli/README.md for the install script, causely agent install, auth, and Helm-oriented flags. Official install guide: CLI Installation.
go build -C cli -o causely .
./causely versionShell-based GraphQL client: snapshots, diffing, GitHub Actions examples, and numbered docs. See api/README.md and api/docs/.
See CONTRIBUTING.md for project layout, development setup, and how to submit changes.
The Go module for the CLI is declared in go.mod at the repository root (github.com/Causely/causely-api-client).