Skip to main content
Glama
Kirandawadi

Volatility3 MCP Server

by Kirandawadi
main.yml841 B
name: CI on: # Trigger the workflow on push or pull request, # but only for the master branch push: branches: - master pull_request: branches: - master jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: ref: ${{ github.head_ref }} - name: Run gen index run: "./index_gen.sh" shell: bash - name: Add & Commit uses: github-actions-x/commit@v2.4 with: commit-message: 'Index updated' name: '${{ secrets.GH_USER }}' email: '${{ secrets.GH_EMAIL }}' push-branch: ${{ github.head_ref }} github-token: ${{ secrets.GITHUB_TOKEN }} - name: Push uses: ad-m/github-push-action@v0.5.0 with: github_token: ${{ secrets.GH_TOKEN }} branch: ${{ github.head_ref }}

Latest Blog Posts

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/Kirandawadi/volatility3-mcp'

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