Skip to main content
Glama

Eyevinn Open Source Cloud MCP Server

by EyevinnOSC
pull-request.yml534 B
name: Type Check on: [pull_request] jobs: ts: if: "!contains(github.event.pull_request.title, 'WIP!')" runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Use Node.js uses: actions/setup-node@v3 with: node-version: '20.x' - name: Install Dependencies run: npm install --include=optional - name: Run Eslint run: npm run lint - name: Run Prettier run: npm run pretty - name: Run Type Check run: npm run typecheck

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

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