Skip to main content
Glama

Noctua MCP Server

Official
by geneontology
.pre-commit-config.yaml1.02 kB
--- # https://pre-commit.com/ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: - id: check-toml - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace args: [--markdown-linebreak-ext=md] - repo: https://github.com/adrienverge/yamllint.git rev: v1.37.0 hooks: - id: yamllint args: [-c=.yamllint.yaml] - repo: https://github.com/codespell-project/codespell rev: v2.4.1 hooks: - id: codespell additional_dependencies: - tomli - repo: https://github.com/crate-ci/typos rev: v1.31.1 hooks: - id: typos - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. rev: v0.11.3 hooks: # Run the linter. - id: ruff args: [--fix, --exit-non-zero-on-fix] # Run the formatter. - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit # uv version. rev: 0.6.12 hooks: - id: uv-lock

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/geneontology/noctua-mcp'

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