Skip to main content
Glama

OSP Marketing Tools MCP Server

by x51xxx
Dockerfile318 B
FROM node:18-alpine WORKDIR /app # Copy package files COPY package*.json ./ # Install dependencies RUN npm install # Copy source files COPY . . # Build the project RUN npm run build # Expose port for HTTP/SSE server EXPOSE 3000 # Command to run the server (HTTP/SSE mode by default) CMD ["node", "dist/http.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/x51xxx/osp-marketing-tools-mcp'

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