Skip to main content
Glama

Power BI MCP Server

by sulaiman013
MIT License
63
  • Apple
.dockerignoreโ€ข866 B
# Environment files - should not be copied into Docker images # Use environment variables via docker run -e, docker-compose, or cloud deployment instead .env .env.* .env.local .env.*.local # Git and development files .git .gitignore .github # IDE and editor files .vscode/ .idea/ *.swp *.swo *~ # Python development files .pytest_cache/ __pycache__/ *.pyc .mypy_cache/ # Documentation and development files docs/ AGENTS.md contributing.md *.md !README.md # Build and temporary files *.tmp *.backup *.bak tmp/ temp/ # OS files .DS_Store Thumbs.db # Test files (not needed in production image) tests/ pytest.ini .coverage htmlcov/ .tox/ # CI/CD files (not needed in runtime) copilot-setup-steps.yml Makefile # Development scripts (not needed in runtime) quickstart.py run_integration_tests.py # Development demonstration files PowerBI\ Mcp\ Demonstration.gif

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/sulaiman013/powerbi-mcp'

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