Skip to main content
Glama

Todo MCP Server

by sholajegede
setup.sh•1.3 kB
#!/bin/bash echo "šŸš€ Setting up Modern Todo MCP Server..." echo "" # Create .env file if it doesn't exist if [ ! -f .env ]; then echo "šŸ“ Creating .env file..." cat > .env << EOF # Neon PostgreSQL Database (replace with your actual connection string) DATABASE_URL=postgresql://username:password@ep-xxx.us-east-1.aws.neon.tech/neondb # Kinde Authentication (replace with your actual credentials) KINDE_ISSUER_URL=https://your-domain.kinde.com KINDE_CLIENT_ID=your_kinde_client_id KINDE_CLIENT_SECRET=your_kinde_client_secret # JWT Configuration JWT_SECRET=your_jwt_secret_key # Server Configuration NODE_ENV=development EOF echo "āœ… .env file created!" else echo "āœ… .env file already exists" fi echo "" echo "šŸ“‹ Next steps:" echo "1. Set up Neon PostgreSQL database:" echo " - Go to https://neon.tech" echo " - Create a free account and database" echo " - Copy your connection string to .env" echo "" echo "2. Set up Kinde authentication:" echo " - Go to https://kinde.com" echo " - Create an account and application" echo " - Copy your credentials to .env" echo "" echo "3. Set up the database:" echo " npm run setup-db" echo "" echo "4. Build and run:" echo " npm run build" echo " npm start" echo "" echo "šŸŽ‰ Your modern MCP server is ready!"

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/sholajegede/todo_mcp_server'

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