Skip to main content
Glama

OParl MCP Server

by jtwolfe
.pre-commit-config.yamlโ€ข1.71 kB
repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.6.0 hooks: - id: trailing-whitespace exclude: ^(.*\.egg-info/.*|.*\.pyc$|.*\.pyo$) stages: [pre-commit] - id: end-of-file-fixer exclude: ^(.*\.egg-info/.*|.*\.pyc$|.*\.pyo$) stages: [pre-commit] - id: check-yaml stages: [pre-commit] - id: check-added-large-files stages: [pre-commit] - id: check-merge-conflict stages: [pre-commit] - id: debug-statements stages: [pre-commit] - repo: https://github.com/psf/black rev: 24.10.0 hooks: - id: black language_version: python3 stages: [pre-commit] - repo: https://github.com/pycqa/isort rev: 5.13.2 hooks: - id: isort args: ["--profile", "black"] stages: [pre-commit] - repo: https://github.com/pycqa/flake8 rev: 7.1.1 hooks: - id: flake8 args: ["--max-line-length=88", "--extend-ignore=E203,W503,E501"] exclude: ^(tests/|test_.*\.py$|scripts/|examples/) stages: [pre-commit] - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.13.0 hooks: - id: mypy args: ["--ignore-missing-imports"] exclude: ^(tests/|test_.*\.py$|scripts/|examples/) stages: [pre-commit] - repo: https://github.com/PyCQA/bandit rev: 1.7.8 hooks: - id: bandit args: ["-r", "src/"] exclude: ^(tests/|test_.*\.py$) stages: [pre-commit] - repo: https://github.com/Yelp/detect-secrets rev: v1.5.0 hooks: - id: detect-secrets args: ['--baseline', '.secrets.baseline'] stages: [pre-commit]

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/jtwolfe/oparl-mcp-server'

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