Skip to main content
Glama

ThinQ Connect MCP Server

Official
.pre-commit-config.yaml1.1 kB
default_language_version: python: python3.11 repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.4.0 hooks: - id: check-merge-conflict - id: debug-statements - id: check-ast - id: check-json - id: pretty-format-json args: ["--autofix", "--no-sort-keys", "--indent=4"] - id: end-of-file-fixer exclude: "requirements" - id: trailing-whitespace args: [--markdown-linebreak-ext=md] exclude: "requirements" - repo: https://github.com/PyCQA/flake8 rev: 6.1.0 # flake8 hooks: - id: flake8 args: ["--ignore=E501,E402,E127,F403,F405,E203,W503", "--count"] exclude: "requirements|development|developer" - repo: https://github.com/ambv/black rev: 23.9.1 # black hooks: - id: black language_version: python3.11 args: ["--line-length=119"] exclude: "requirements|development|developer" - repo: https://github.com/pycqa/isort rev: 5.12.0 # isort hooks: - id: isort args: ["--profile=black", "--line-length=119"]

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/thinq-connect/thinqconnect-mcp'

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