Skip to main content
Glama

Skill-to-MCP

.pre-commit-config.yaml1.5 kB
fail_fast: false default_language_version: python: python3 default_stages: - pre-commit - pre-push minimum_pre_commit_version: 2.16.0 repos: - repo: https://github.com/biomejs/pre-commit rev: v2.2.0 hooks: - id: biome-format exclude: ^\.cruft\.json$ # inconsistent indentation with cruft - file never to be modified manually. - repo: https://github.com/tox-dev/pyproject-fmt rev: v2.6.0 hooks: - id: pyproject-fmt - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.12.9 hooks: - id: ruff-check types_or: [python, pyi, jupyter] args: [--fix, --exit-non-zero-on-fix] - id: ruff-format types_or: [python, pyi, jupyter] - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.0 hooks: - id: detect-private-key - id: check-ast - id: end-of-file-fixer - id: mixed-line-ending args: [--fix=lf] - id: trailing-whitespace - id: check-case-conflict # Check that there are no merge conflicts (could be generated by template sync) - id: check-merge-conflict args: [--assume-in-merge] - repo: local hooks: - id: forbid-to-commit name: Don't commit rej files entry: | Cannot commit .rej files. These indicate merge conflicts that arise during automated template updates. Fix the merge conflicts manually and remove the .rej files. language: fail files: '.*\.rej$'

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/biocontext-ai/skill-to-mcp'

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