Skip to main content
Glama

@depthark/css-first

Dockerfile423 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM node:lts-alpine # Install dependencies without triggering install scripts WORKDIR /app COPY package.json pnpm-lock.yaml ./ RUN npm install --ignore-scripts # Copy source and build tools COPY . . # Build the MCP server RUN npm run build # Default command to launch the MCP server via stdio transport CMD ["node", "dist/cli.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/Luko248/css-first'

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