Skip to main content
Glama

Template MCP Server

.pre-commit-config.yaml1.08 kB
repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files - id: check-merge-conflict - id: debug-statements - id: check-case-conflict - id: check-docstring-first - id: check-json - id: check-toml - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.12.2 hooks: - id: ruff args: [--fix] exclude: ^tests/ - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.16.1 hooks: - id: mypy args: [--ignore-missing-imports] additional_dependencies: [types-requests] - repo: https://github.com/PyCQA/pydocstyle rev: 6.3.0 hooks: - id: pydocstyle args: [--convention=google] exclude: ^tests/ - repo: https://github.com/PyCQA/bandit rev: 1.8.6 hooks: - id: bandit args: [ "-ll" ] # only report medium/high severity exclude: ^tests/

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/redhat-data-and-ai/template-mcp-server'

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