Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LICENSE_SENTINEL_SCAN_CURRENT_ENVNoSet to '1' to include the current environment running the server in the dependency scan. By default, the server's own packages are never scanned.0

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
audit_projectA

Scan a project's dependencies and report licensing risk.

Args: path: Project directory to scan. Defaults to the current directory. context: How you distribute your product. One of proprietary (closed-source product you distribute), saas-backend (you only run it, never distribute), permissive (your own project is MIT/Apache/BSD), copyleft-ok (your own project is GPL family).

Returns: Counts per verdict plus every BLOCK and REVIEW item with the reason.

check_packageA

Check packages or raw license strings before installing them.

Args: names: Package or license strings to check. Accepts the messy real-world forms: AGPL-3.0, BUSL-1.1, GPLv3, Apache License 2.0, MIT OR Apache-2.0, or a comma-separated string of any of these. These are license strings, not package lookups: to audit what is actually installed in a project directory, use audit_project. context: Distribution context, see audit_project.

Returns: One line per input with its verdict and the reason.

generate_noticesA

Write a THIRD-PARTY-NOTICES.md attribution document for client hand-off.

Args: path: Project directory to scan. output: Output file. Relative paths are resolved against path.

Returns: The absolute path written and how many dependencies were listed.

Prompts

Interactive templates invoked by user choice

NameDescription
pre_release_license_reviewPrompt: chain a dependency audit into a go/no-go release review.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wgd5678/license-sentinel'

If you have feedback or need assistance with the MCP directory API, please join our Discord server