Skip to main content
Glama
start-mcp-browser.sh•772 B
#!/bin/bash # EuConquisto Composer MCP Server - Browser Intelligent Version # Uses the browser-intelligent-mcp-server.ts which may have better integration # 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, redirecting output to stderr node tools/servers/jwt-redirect-server-v1.0.2.js > /dev/null 2>&1 & JWT_PID=$! # Wait a moment for JWT server to start sleep 2 # Start browser intelligent MCP server npx tsx src/browser-intelligent-mcp-server.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