Skip to main content
Glama

sysauto Ask MCP Server

by rogeriolembo
# Ignore macOS system files .DS_Store # Ignore Python compiled files __pycache__/ *.py[cod] *$py.class # Ignore Jupyter Notebook checkpoints .ipynb_checkpoints/ # Ignore virtual environments venv/ .env/ *.env # Ignore log files *.log *.out *.err # Ignore database and cache files *.sqlite3 *.db *.cache # Ignore IDE specific files .idea/ .vscode/ *.swp *.swo # Ignore dependency and build artifacts node_modules/ npm-debug.log yarn-error.log # Ignore coverage and test reports .coverage coverage.xml *.cover *.pyc # Ignore system-specific files Thumbs.db Desktop.ini # Ignore CSV and large data files *.csv *.tsv *.jsonl :

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/rogeriolembo/mcp-api'

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