Skip to main content
Glama

MikroTik MCP

by tarcisiodier
.dockerignore1.82 kB
# Git .git .gitignore .gitattributes # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ .python-env/ py3env/ python-env/ # Testing htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ cover/ test_results/ tests/results/ tests/output/ # IDEs and Editors .vscode/ *.code-workspace .idea/ *.swp *.swo *~ \#*\# .\#* # OS Files .DS_Store ._* .Spotlight-V100 .Trashes Thumbs.db ehthumbs.db Desktop.ini .directory .Trash-* # Documentation docs/_build/ docs/build/ _build/ _static/ _templates/ # Logs and temporary files *.log logs/ log.txt *.tmp *.bak scratch/ sandbox/ .local/ local/ # MCP specific mcp-config.json mcp-config.yaml mcp-config.yml mcp-debug/ mcp-logs/ *.debug mcp-server.pid mcp-*.lock .mcp-cli-cache/ # MikroTik specific mikrotik-config.json mikrotik-credentials.json mikrotik-config.local.* ssh_keys/ *.pem *.key *.pub id_rsa id_rsa.pub # Configuration overrides config.local.py config.local.json *.local *.override config.override.py config.override.json # Sensitive data *secret* *password* *credential* # Package managers node_modules/ npm-debug.log yarn-error.log .uv/ uv.lock poetry.lock Pipfile.lock .ruff_cache/ # Database files *.db *.sqlite *.sqlite3 # Backup files backup/ backups/ *.backup # Certificate files *.crt *.cer *.pfx # Profiling and analysis *.prof *.stats .pyright/ pyrightconfig.json # Docker files (avoid recursive Docker builds) Dockerfile* .dockerignore docker-compose*.yml docker-compose*.yaml # CI/CD .github/ .aider* # RouterOS Docker specific routeros-docker/

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/tarcisiodier/mcp-mikrotik'

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