Skip to main content
Glama

REST-to-Postman MCP

by runninghare
Dockerfile468 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM oven/bun:latest WORKDIR /app # Copy package files and lockfile COPY package.json bun.lock* ./ # Install dependencies using Bun RUN bun install # Copy the rest of the application COPY . . # Build the project RUN bun run build # Expose any required port if applicable (MCP servers typically use stdio, so not needed) # Start the MCP server CMD ["bun", "run", "dist/run.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/runninghare/rest-to-postman'

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