Skip to main content
Glama

LicenseSpring MCP Server

by stier1ba
.env.example1.09 kB
# LicenseSpring License API Configuration LICENSE_API_URL=https://api.licensespring.com # LICENSE_API_KEY is the PRIMARY authentication method for all LicenseSpring operations # This is required for all License API operations LICENSE_API_KEY=your_license_api_key_here # LICENSE_SHARED_KEY is OPTIONAL - provides enhanced security for organizations with shared API settings # - Most organizations: Leave empty or comment out (server will use LICENSE_API_KEY as primary authentication) # - Organizations with shared API settings: Provide the shared key for enhanced HMAC authentication # - The MCP server will work with LICENSE_API_KEY alone in most cases LICENSE_SHARED_KEY=your_license_shared_key_here # LicenseSpring Management API Configuration MANAGEMENT_API_URL=https://saas.licensespring.com MANAGEMENT_API_KEY=your_management_api_key_here # MCP Server Configuration MCP_SERVER_NAME=licensespring-mcp MCP_SERVER_VERSION=1.0.0 # Optional: Default product code for License API operations DEFAULT_PRODUCT_CODE=your_default_product_code # Optional: Enable debug logging DEBUG=false

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/stier1ba/licensespring-mcp'

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