Skip to main content
Glama

Simple MCP

by karar-hayder
.pre-commit-config.yaml1.35 kB
repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace - id: check-yaml - id: check-added-large-files - id: debug-statements - repo: local hooks: - id: black-isort name: black + isort (local) entry: > bash -c " ./.venv/Scripts/python.exe -m isort . && ./.venv/Scripts/python.exe -m black . " language: system pass_filenames: false always_run: true types: [python] - id: flake8 name: flake8 entry: > bash -c " ./.venv/Scripts/python.exe -m flake8 . -v " language: system types: [python] pass_filenames: false files: ^.*\.py$ # - id: pytest # name: Run pytest with coverage # entry: bash -c './.venv/Scripts/python.exe -m pytest --cov --cov-report=term' # language: python # types: [python] # pass_filenames: false # files: ^.*\.py$ - id: update-requirements name: Update requirements.txt with pip freeze entry: bash -c './.venv/Scripts/python.exe -m pip freeze > requirements.txt' language: system pass_filenames: false always_run: 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/karar-hayder/Simple-MCP'

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