Skip to main content
Glama

Seq MCP Server

by ahmad2x4
name: Publish to NPM on: workflow_dispatch: inputs: version: description: 'Version to publish (e.g., patch, minor, major, or specific version)' required: true default: 'patch' type: string jobs: publish: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: '20' registry-url: 'https://registry.npmjs.org' - name: Configure Git run: | git config --global user.email "ara.mailbox@gmail.com" git config --global user.name "Ahmadreza" - name: Install dependencies run: npm ci - name: Build run: npm run build - name: Version and publish run: | if [[ "${{ github.event.inputs.version }}" =~ ^(patch|minor|major)$ ]]; then npm version ${{ github.event.inputs.version }} else npm version ${{ github.event.inputs.version }} --allow-same-version fi npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

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