We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kokevidaurre/looker-admin-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual Environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# IDE - Cursor
# Ignore all .cursor contents by default
.cursor/*
# Only track the mcp.json file
!.cursor/mcp.json
# Ignore .cursor-server completely
.cursor-server/
# Looker specific
looker.ini
.lookml_cache/
*.lkml.cache
credentials.yml
looker_sdk_config.ini
# Testing
.coverage
.pytest_cache/
htmlcov/
.tox/
.nox/
.coverage.*
coverage.xml
*.cover
*.py,cover
.hypothesis/
# Keep tests directory structure but ignore specific test result files
tests/**/*.pyc
tests/**/__pycache__/
tests/reports/
tests/.cache/
tests/output/
# Logs
*.log
logs/
log/
# Cache
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
# OS specific
.DS_Store
Thumbs.db
*.swp
*.swo
*~
# Project specific
config/*.ini
!config/looker.ini.example
.secrets/
*.pem
*.key
*.crt
# Ignore specstory folder
.specstory/
# Ignore PRD.md file
PRD.md
# Documentation
docs/*
tasks.md
# Temporary files
*.tmp
*.temp
*.bak
*.swp
*~.nib
*.retry
# Environment files
.env
.env.*
!.env.example
# Local configuration
config.local.ini
.specstory/