Skip to main content
Glama

Keycloak MCP Server

Dockerfile347 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM node:lts-alpine WORKDIR /usr/src/app # Install dependencies and build COPY package.json package-lock.json tsconfig.json tsconfig.build.json ./ COPY src ./src RUN npm ci --ignore-scripts && npm run build # Default command CMD ["node", "dist/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/HaithamOumerzoug/keycloak-mcp'

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