Skip to content
v1.0.0

Greenlight is the governed platform for building and deploying enterprise internal apps. This plugin gives your agent two interchangeable interfaces to Greenlight — an MCP server and the bundled greenlight CLI, which authenticates independently of MCP — plus focused skills led by the core greenlight workflow. Always read the greenlight skill in full before acting on any Greenlight work, even (especially) when the MCP connection is unavailable: the CLI can do everything MCP can.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

greenlightstreamable-http
{
  "type": "streamable-http",
  "url": "https://greenlight.maslabor.com/mcp"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "greenlight",
  "version": "1.0.0",
  "description": "Greenlight is the governed platform for building and deploying enterprise internal apps. This plugin gives your agent two interchangeable interfaces to Greenlight — an MCP server and the bundled greenlight CLI, which authenticates independently of MCP — plus focused skills led by the core greenlight workflow. Always read the greenlight skill in full before acting on any Greenlight work, even (especially) when the MCP connection is unavailable: the CLI can do everything MCP can.",
  "author": {
    "name": "Shift Engineering"
  }
}