We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/keboola/keboola-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Python (build) related files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# IDE related files
.claude/
.cursor/
.idea/
.vscode/
# Virtual environments
.venv
venv
# Environment variables
.env
# Test related files
.coverage
.coverage.*
coverage.xml
htmlcov/
.pytest_cache/
integtest-results.xml
test-results.xml
.tox/