Skip to main content
Glama

SSH MCP Server

by mfangtao
lint.yml586 B
name: lint on: pull_request: push: branches: [ master ] env: NODE_VERSION: 20.x jobs: lint-js: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: persist-credentials: false - name: Use Node.js ${{ env.NODE_VERSION }} uses: actions/setup-node@v4 with: node-version: ${{ env.NODE_VERSION }} - name: Check Node.js version run: node -pe process.versions - name: Install ESLint + ESLint configs/plugins run: npm install - name: Lint files run: npm run lint

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/mfangtao/mcp-ssh-server'

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