The official Agent Plugins package for CloudPeek, the AI security teammate. Installing it connects your coding or desktop agent to the hosted CloudPeek MCP gateway and teaches it CloudPeek's incident triage and investigation workflows.
The plugin root is the cloudpeek/ directory:
cloudpeek/mcp.json— one remote MCP server (streamable-http) athttps://app.cloudpeek.ai/mcp, exposing the full CloudPeek API as MCP tools: incidents, investigations, artifacts, runbooks, wiki and more.cloudpeek/skills/— workflow playbooks your agent loads on demand:triage-incidents— review the incident queue and surface the small fraction of alerts that need a human, with a full audit-comment trail.investigate-incident— run a structured investigation, gather evidence, propose remediation plans and produce a report.
cloudpeek/plugin.json— the plugin manifest (Agent Plugins spec 1.0.0).
Any client that supports the Agent Plugins standard can install the
cloudpeek/ directory as a plugin. Point your client's plugin installer at
this repository; no build step is required.
The package ships no credentials. On first connection your client discovers the gateway's OAuth 2.1 metadata, registers itself via dynamic client registration, and walks you through a browser sign-in to your CloudPeek tenant. Access is scoped to your CloudPeek user and enforced server-side; revoke it at any time from your CloudPeek settings.
The version in plugin.json tracks the CloudPeek MCP gateway release it
was published from. This repository is synced from the CloudPeek monorepo
(src/mcp-server/plugin/), where a CI contract test verifies the manifests
against the spec and checks that every tool referenced by a skill exists in
the live gateway catalogue.
Questions or issues: support@cloudpeek.io or cloudpeek.io.