Skip to main content
Glama

Power BI MCP Server

by sulaiman013
MIT License
63
  • Apple
.flake8โ€ข986 B
[flake8] max-line-length = 120 max-complexity = 20 ignore = # E203: whitespace before ':' (conflicts with black) E203, # W503: line break before binary operator (conflicts with black) W503, # E501: line too long (handled by black) E501, # F401: imported but unused (some imports are for type checking) F401, # E402: module level import not at top of file (needed for path manipulation) E402, # W293: blank line contains whitespace (black handles this) W293, # E722: do not use bare except (sometimes needed for broad error handling) E722, # F811: redefinition of unused variable (TYPE_CHECKING pattern) F811 exclude = .git, __pycache__, .pytest_cache, .venv, venv, .env, build, dist, *.egg-info per-file-ignores = # Test files can have longer lines and different import patterns tests/*: E501, F401, E402, F811 # Init files often have unused imports __init__.py: F401

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