Skip to main content
Glama

LicenseSpring MCP Server

by stier1ba
Dockerfile.management327 B
FROM node:22-alpine WORKDIR /app # Copy package files COPY package*.json ./ COPY tsconfig.json ./ # Copy source code COPY src/ ./src/ # Install dependencies and build RUN npm ci && npm run build # Make the binary executable RUN chmod +x dist/*.js # Set the entrypoint ENTRYPOINT ["node", "dist/management-api-server.js"]

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