Skip to main content
Glama

MCP SSH Orchestrator

by samerfarida
lint-docs.yml767 B
name: Lint Documentation on: push: branches: [main, develop] paths: - '**/*.md' - 'docs/**' - '.github/workflows/lint-docs.yml' pull_request: branches: [main] paths: - '**/*.md' - 'docs/**' - '.github/workflows/lint-docs.yml' jobs: markdown-lint: name: Markdown Linting runs-on: ubuntu-latest permissions: contents: read steps: - uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v6 with: node-version: '20' - name: Install markdownlint-cli2 run: npm install -g markdownlint-cli2 - name: Run markdownlint run: markdownlint-cli2 "**/*.md" --config .markdownlint.json || true

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/samerfarida/mcp-ssh-orchestrator'

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