Skip to main content
Glama

Penpot MCP Server

by montevive
.pre-commit-config.yaml1.11 kB
repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files - repo: https://github.com/pycqa/flake8 rev: 6.1.0 hooks: - id: flake8 additional_dependencies: [flake8-docstrings] types: [python] files: ^(penpot_mcp|tests)/.*\.py$ - repo: https://github.com/pycqa/isort rev: 5.12.0 hooks: - id: isort args: ["--profile", "black", "--filter-files"] types: [python] files: ^(penpot_mcp|tests)/.*\.py$ - repo: https://github.com/asottile/pyupgrade rev: v3.13.0 hooks: - id: pyupgrade args: [--py312-plus] types: [python] files: ^(penpot_mcp|tests)/.*\.py$ - repo: https://github.com/pre-commit/mirrors-autopep8 rev: v2.0.4 hooks: - id: autopep8 args: [--aggressive, --aggressive, --select=E,W] types: [python] files: ^(penpot_mcp|tests)/.*\.py$ additional_dependencies: [setuptools>=65.5.0]

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/montevive/penpot-mcp'

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