#!/bin/bash
# Load environment variables from .env file
set -a
source .env
set +a
# Start the service (without reload for production stability)
./venv/bin/python3 -m uvicorn src.main:app --host 0.0.0.0 --port 8002 --no-access-log
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/jomapps/mcp-brain-service'
If you have feedback or need assistance with the MCP directory API, please join our Discord server