We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AndrewMusser/br-automation-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
run-server.ps1•398 B
# B&R Automation Studio MCP Server Launcher
# This script is called by Claude Code from WSL2 via PowerShell interop
# Get the directory where this script is located
$ScriptDir = Split-Path -Parent $MyInvocation.MyCommand.Path
# Change to the server directory
Set-Location $ScriptDir
# Run the Python MCP server
# The server communicates via stdin/stdout for MCP stdio transport
python server.py