Skip to main content
Glama

BLS MCP Server

by kovashikawa
start_public_server.shโ€ข459 B
#!/usr/bin/env bash # Quick start script for BLS MCP Server with ngrok echo "๐Ÿš€ Starting BLS MCP Server with ngrok..." echo "========================================" cd /Users/rafaelkovashikawa/Downloads/projects/bls_food/bls_mcp # Kill any existing ngrok processes echo "๐Ÿงน Cleaning up existing processes..." pkill -f ngrok 2>/dev/null || true # Start the server echo "๐ŸŒ Starting server with ngrok tunnel..." uv run python scripts/start_ngrok.py

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/kovashikawa/bls_mcp'

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