Skip to main content
Glama
start-mcp-clean.sh•734 B
#!/bin/bash # EuConquisto Composer MCP Server - Clean Output Version # Redirects JWT server output to avoid JSON parse errors # 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 silent JWT redirect server in background node tools/servers/jwt-redirect-server-silent.js & JWT_PID=$! # Wait a moment for JWT server to start sleep 2 # Start working MCP server (the one that was connecting successfully) npx tsx src/working-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