Skip to main content
Glama

Sentice MCP Server

Official
by sentice
Dockerfile171 B
FROM node:20 WORKDIR /usr/src/app RUN apt-get update && apt-get install -y curl COPY package*.json ./ RUN npm install COPY . . EXPOSE 3000 CMD ["npm", "run", "dev"]

Latest Blog Posts

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/sentice/mcp-server'

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