Skip to main content
Glama

Gramps MCP

by cabout-me
.pre-commit-config.yaml828 B
repos: - repo: https://github.com/astral-sh/ruff-pre-commit rev: v0.8.4 hooks: - id: ruff args: [--fix] - id: ruff-format - repo: local hooks: - id: add-copyright-notice name: Add copyright notice to Python files entry: python scripts/add_copyright_notice.py language: system files: \.py$ exclude: ^(tests/|examples/) pass_filenames: true - id: check-file-length name: Check file length (max 500 lines) entry: python scripts/check_file_length.py language: system files: \.py$ exclude: ^tests/ pass_filenames: true - id: check-no-emojis name: Check no emojis in files entry: python scripts/check_no_emojis.py language: system pass_filenames: 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/cabout-me/gramps-mcp'

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