Skip to main content
Glama

ExecuteAutomation Database Server

Official
MIT License
807
134
  • Linux
  • Apple
#!/bin/bash # Clean dist directory rm -rf dist mkdir -p dist # Install dependencies if node_modules doesn't exist if [ ! -d "node_modules" ]; then echo "Installing dependencies..." npm install fi # Build TypeScript code echo "Building TypeScript..." ./node_modules/.bin/tsc # Make JavaScript files executable echo "Making JavaScript files executable..." chmod +x dist/src/index.js echo "Build completed successfully!" echo "You can now run the server with: node dist/src/index.js /path/to/your/database.db"

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