Skip to main content
Glama
start-mcp-fixed.sh•817 B
#!/bin/bash # EuConquisto Composer MCP Server - FIXED Browser Automation # This version WILL open the browser and save to Composer # Change to the project directory cd "$(dirname "$0")" # Set Node.js memory limit export NODE_OPTIONS="--max-old-space-size=4096" # Set production environment export NODE_ENV="production" # Function to cleanup on exit cleanup() { kill $JWT_PID 2>/dev/null exit 0 } # Setup signal handlers trap cleanup SIGINT SIGTERM # Start JWT redirect server in background (silent) echo "Starting JWT authentication server..." >&2 node tools/servers/jwt-redirect-server-silent.js & JWT_PID=$! # Wait for JWT server to start sleep 2 # Start the FIXED browser automation MCP server echo "Starting browser automation MCP server..." >&2 npx tsx src/browser-automation-mcp-server-fixed.ts

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/rkm097git/euconquisto-composer-mcp-poc'

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