Skip to main content
Glama

REI3 Tickets MCP Server

by lgndluke
open_config.ps1490 B
# Simple PowerShell script to open the config.ini file from the release directory root. # # @author Lukas Jeckle # ================================================================================================================ # Path to the configuration file. $config = Join-Path -Path $PSScriptRoot -ChildPath "_internal\config.ini" # Check if file exists. if (Test-Path $config) { Start-Process -FilePath $config } else { Write-Host "config.ini not found at: $config" -f Red }

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/lgndluke/REI3-Tickets-MCP-Server'

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