Skip to main content
Glama

ExecuteAutomation Database Server

Official
MIT License
807
134
  • Linux
  • Apple
FROM node:20-alpine # Add metadata LABEL maintainer="ExecuteAutomation <info@executeautomation.com>" LABEL description="ExecuteAutomation Database Server - A Model Context Protocol server for SQLite" LABEL version="1.0.0" WORKDIR /app # Copy package.json and package-lock.json COPY package*.json ./ # Install dependencies RUN npm ci # Copy source code COPY . . # Build the TypeScript code RUN npm run build # Set the entrypoint ENTRYPOINT ["node", "dist/index.js"] # Default command (to be overridden by the user) CMD [""]

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

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