Skip to main content
Glama

Unbundle OpenAPI Specs MCP

by auto-browse
Dockerfile420 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM node:lts-alpine # set working directory WORKDIR /app # copy package and tsconfig COPY package.json package-lock.json tsconfig.json ./ # copy source COPY src ./src # install dependencies and build RUN npm install && npm run build && npm prune --production # default command to start MCP server CMD ["node", "dist/index.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/auto-browse/unbundle_openapi_mcp'

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