We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jonaolden/pbixray-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
run_server_auto_load.sh•200 B
#!/bin/bash
# Script to run PBIXRay MCP Server with automatic loading of a PBIX file
cd "$(dirname "$0")"
source venv/bin/activate
python src/pbixray_server.py --load-file "informe_mercado.pbix" "$@"