Skip to main content
Glama

Enhanced Outlook MCP Server

by jibberish69
start.sh353 B
#!/bin/bash # Start the main MCP server node index.js & MCP_PID=$! # Start the authentication server node outlook-auth-server.js & AUTH_PID=$! # Handle shutdown function cleanup { echo "Shutting down..." kill $MCP_PID kill $AUTH_PID exit 0 } # Trap SIGINT (Ctrl+C) trap cleanup SIGINT echo "Both servers started. Press Ctrl+C to stop." wait

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/jibberish69/enhanced-outlook-mcp'

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