Skip to main content
Glama

Noctua MCP Server

Official
by geneontology
pypi-publish.yaml744 B
name: Publish Python Package on: workflow_dispatch: release: types: [created] jobs: build-n-publish: name: Build and publish Python 🐍 distributions 📦 to PyPI runs-on: ubuntu-latest environment: release permissions: id-token: write steps: - uses: actions/checkout@v4 - name: Install uv uses: astral-sh/setup-uv@v6 - name: Set up Python uses: actions/setup-python@v5 with: python-version: '3.12' - name: Install dependencies run: uv sync --all-extras - name: Build source and wheel archives run: uv build - name: Publish uses: pypa/gh-action-pypi-publish@release/v1 with: verbose: 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/geneontology/noctua-mcp'

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