Skip to main content
Glama

MCP Home Assistant

by Coolver
publish.yml830 B
name: Publish to NPM on: release: types: [created] push: tags: - 'v*' permissions: contents: read id-token: write # Required for OIDC trusted publishing jobs: publish: runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: '22' registry-url: 'https://registry.npmjs.org' - name: Update npm to latest (required for OIDC) run: npm install -g npm@latest - name: Install dependencies run: npm ci - name: Build package run: npm run build - name: Publish to NPM (OIDC) run: npm publish --access public env: NPM_CONFIG_PROVENANCE: 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/Coolver/mcp-home-assistant'

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