Skip to main content
Glama

octomind-mcp

Official
by OctoMind-dev
publish.yml606 B
name: Publish Package to npmjs on: release: types: [published] jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - name: Corepack enable shell: bash run: | npm i -g corepack@latest corepack enable - uses: actions/setup-node@v6 with: node-version: 22 registry-url: "https://registry.npmjs.org" cache: "pnpm" - run: pnpm i - run: pnpm build - run: pnpm publish --access public --no-git-checks env: NODE_AUTH_TOKEN: ${{ secrets.NPM_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/OctoMind-dev/octomind-mcp'

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