Skip to main content
Glama

Geekbot MCP

Official
by geekbot-com
name: Publish Python Package to PyPI on: release: types: [published] jobs: publish: runs-on: ubuntu-latest environment: pypi-release permissions: id-token: write steps: - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 with: python-version: '3.10' - name: Install uv run: | pip install uv - name: Install dependencies run: | uv pip install -r pyproject.toml --group dev --system - name: Build package run: python -m build - name: Publish package to PyPI uses: pypa/gh-action-pypi-publish@release/v1

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/geekbot-com/geekbot-mcp'

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