Skip to main content
Glama

Tagny MCP Server

by tagny
.pre-commit-config.yaml797 B
repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v6.0.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: 7.3.0 hooks: - id: flake8 args: [--max-line-length=88] - repo: https://github.com/pycqa/isort rev: 6.0.1 hooks: - id: isort args: [--profile=black] - repo: https://github.com/psf/black rev: 25.1.0 hooks: - id: black args: [--target-version, py311] - repo: https://github.com/Yelp/detect-secrets rev: v1.5.0 hooks: - id: detect-secrets args: ['-v', '-n'] - repo: https://github.com/charliermarsh/ruff-pre-commit rev: v0.12.8 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]

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/tagny/tagny-mcp-server'

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