We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yingkiat/mcp_fabric_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Virtual Environment
.venv/
venv/
# VS Code settings (optional, but keeps repo clean)
.vscode/
# Logs and cache files
logs/
__pycache__/
# macOS and system files
.DS_Store
# Python bytecode
*.pyc
*.pyo
# .env files
.env
# personal files
.claude