Skip to main content
Glama

Memory MCP Server

by evangstav
name: CI on: push: branches: [ main ] pull_request: branches: [ main ] jobs: quality: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 with: python-version: "3.12" - name: Install uv run: | curl -LsSf https://astral.sh/uv/install.sh | sh - name: Install dependencies run: | uv pip install -e ".[test]" - name: Run pre-commit uses: pre-commit/action@v3.0.0 - name: Run tests with coverage run: | pytest --cov=memory_mcp_server --cov-report=xml --benchmark-only - name: Upload coverage uses: codecov/codecov-action@v3 with: file: ./coverage.xml fail_ci_if_error: true - name: Security scan uses: python-security/bandit-action@v1 with: path: "memory_mcp_server" - name: Store benchmark results uses: benchmark-action/github-action-benchmark@v1 with: tool: 'pytest' output-file-path: benchmark.json github-token: ${{ secrets.GITHUB_TOKEN }} auto-push: 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/evangstav/python-memory-mcp-server'

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