Skip to main content
Glama
briantkatch

Paprika MCP Server

by briantkatch
lint.yml477 B
name: Lint on: push jobs: run-linters: name: Run linters runs-on: ubuntu-latest steps: - name: Check out Git repository uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 with: python-version: '3.13' - name: Install dependencies run: pip install ruff - name: Run ruff check run: ruff check . - name: Run ruff format run: ruff format --check .

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/briantkatch/paprika-mcp'

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