Skip to main content
Glama

SQLite MCP Server

Dockerfile600 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM node:18-alpine WORKDIR /app # Install wget for health check RUN apk add --no-cache wget # Copy package files and install dependencies COPY package*.json ./ RUN npm install # Copy source code COPY . . # Build the application RUN npm run build # Expose the port the app runs on EXPOSE 3000 # Health check HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 \ CMD wget --no-verbose --tries=1 --spider http://localhost:3000/health || exit 1 # Start the application CMD ["npm", "start"]

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

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