Skip to main content
Glama

Self-Improving Memory MCP

by SuperPiTT
tests.yml1.49 kB
name: Tests on: push: branches: [ main, develop ] pull_request: branches: [ main, develop ] jobs: test: name: Test on Node.js ${{ matrix.node-version }} - ${{ matrix.os }} runs-on: ${{ matrix.os }} strategy: matrix: node-version: [18.x, 20.x, 22.x] os: [ubuntu-latest, windows-latest, macos-latest] fail-fast: false steps: - name: Checkout code uses: actions/checkout@v4 - name: Setup Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} cache: 'npm' - name: Install dependencies run: npm ci - name: Run tests run: npm test - name: Generate coverage report run: npm run test:coverage if: matrix.node-version == '20.x' && matrix.os == 'ubuntu-latest' - name: Upload coverage to artifacts uses: actions/upload-artifact@v4 with: name: coverage-report path: coverage/ if: matrix.node-version == '20.x' && matrix.os == 'ubuntu-latest' lint: name: Code Quality runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: '20.x' cache: 'npm' - name: Install dependencies run: npm ci - name: Check for syntax errors run: node -c index.js && node -c vector-store.js && node -c memory-cli.js

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/SuperPiTT/self-improving-memory-mcp'

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