
Gleam
- Updated June 1, 2026
- gleamdev/claude-plugins
gleam is a Claude Code skill in the Security category. Gleam MCP server (query agent activity, telemetry, and audit data) plus Gleam workflow skills.
Key points
- gleam
- Security
- AI-coding skill
Gleam by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add gleamdev/claude-plugins/plugin install gleam@gleamAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | June 1, 2026 |
|---|---|
| Repository | gleamdev/claude-plugins ↗ |
What it does
Gleam MCP server (query agent activity, telemetry, and audit data) plus Gleam workflow skills.
README.md
Gleam Claude Code plugins
A Claude Code plugin marketplace for Gleam.
Install
/plugin marketplace add gleamdev/claude-plugins
/plugin install gleam@gleam
The gleam plugin bundles:
- Gleam MCP server — query coding-agent activity, telemetry, and audit data (tools:
query_activity,get_activity). - Skills — Gleam workflow skills (see
plugins/gleam/skills/).
Configuration
Set a Gleam API key (created in the Gleam web UI) before using the MCP server:
export GLEAM_API_KEY=glm_...
To point at a different Gleam instance, override the MCP server URL (defaults to https://app.gleamdev.com/api/mcp):
export GLEAM_MCP_URL=https://your-instance.example.com/api/mcp
Layout
.claude-plugin/marketplace.json # marketplace manifest
plugins/gleam/
├── .claude-plugin/plugin.json # plugin manifest
├── .mcp.json # remote Gleam MCP server (HTTP)
└── skills/ # drop SKILL.md directories here
Adding a skill
Create plugins/gleam/skills/<skill-name>/SKILL.md — see plugins/gleam/skills/README.md. No manifest changes needed; skills in that directory are auto-discovered.