We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/samerfarida/mcp-ssh-orchestrator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Labeler configuration for MCP SSH Orchestrator
# This file defines which labels to apply based on file paths in pull requests
# Core source code changes
python:
- changed-files:
- any-glob-to-any-file:
- src/**/*.py
- tests/**/*.py
- pyproject.toml
- requirements*.txt
# Documentation changes
documentation:
- changed-files:
- any-glob-to-any-file:
- docs/**/*
- README.md
- CHANGELOG.md
- CONTRIBUTING.md
- SECURITY.md
- "*.md"
# Configuration changes
configuration:
- changed-files:
- any-glob-to-any-file:
- config/**/*
- examples/**/*
- compose/**/*
- Dockerfile
- docker-compose.yml
# Docker and deployment
docker:
- changed-files:
- any-glob-to-any-file:
- Dockerfile
- compose/**/*
- docker-compose.yml
# Security-related changes
security:
- changed-files:
- any-glob-to-any-file:
- secrets/**/*
- keys/**/*
- config/credentials.yml
- config/policy.yml
- docs/SECURITY.md
# Testing changes
testing:
- changed-files:
- any-glob-to-any-file:
- tests/**/*
- "test_*.py"
- "*_test.py"
# Assets and branding
assets:
- changed-files:
- any-glob-to-any-file:
- assets/**/*
- "*.svg"
- "*.png"
- "*.jpg"
- "*.jpeg"
- "*.gif"
# CI/CD and GitHub workflows
ci:
- changed-files:
- any-glob-to-any-file:
- .github/**/*
- .github/workflows/**/*
- .github/actions/**/*
# Dependencies and package management
dependencies:
- changed-files:
- any-glob-to-any-file:
- pyproject.toml
- requirements*.txt
- Pipfile
- Pipfile.lock
- poetry.lock
# Server configuration
server-config:
- changed-files:
- any-glob-to-any-file:
- servers/**/*
- config/servers.yml
- config/credentials.yml
# Policy and permissions
policy:
- changed-files:
- any-glob-to-any-file:
- config/policy.yml
- src/mcp_ssh/policy.py
# SSH client functionality
ssh-client:
- changed-files:
- any-glob-to-any-file:
- src/mcp_ssh/ssh_client.py
- src/mcp_ssh/tools/**/*
# MCP server functionality
mcp-server:
- changed-files:
- any-glob-to-any-file:
- src/mcp_ssh/mcp_server.py
- src/mcp_ssh/config.py
- servers/**/*
# Breaking changes (major version updates)
breaking:
- changed-files:
- any-glob-to-any-file:
- CHANGELOG.md
- pyproject.toml