Skip to main content
Glama

Typesense MCP Server

MIT License
11
13
  • Apple
Dockerfile612 B
FROM node:20-slim WORKDIR /app # Copy package files COPY package.json package-lock.json ./ # Install dependencies RUN npm ci # Copy source code COPY tsconfig.json ./ COPY src/ ./src/ COPY bin.js ./ # Build the application RUN npm run build # Set environment variables (can be overridden at runtime) ENV HOST=localhost ENV PORT=8108 ENV PROTOCOL=http ENV API_KEY=demo # Expose port for health checks (though not needed for stdio communication) EXPOSE 3333 # Run the MCP server CMD ["node", "dist/index.js", "--host", "${HOST}", "--port", "${PORT}", "--protocol", "${PROTOCOL}", "--api-key", "${API_KEY}"]

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/suhail-ak-s/mcp-typesense-server'

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