Skip to main content
Glama

Django Shell MCP Server

release.yml745 B
name: release on: release: types: [published] jobs: test: uses: ./.github/workflows/test.yml secrets: inherit pypi: runs-on: ubuntu-latest needs: test environment: release permissions: contents: write id-token: write steps: - uses: actions/checkout@v5 - name: Install uv uses: astral-sh/setup-uv@v7 with: enable-cache: true - name: Build package run: | uv build - name: Upload release assets to GitHub env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | gh release upload ${{ github.event.release.tag_name }} dist/* - name: Publish to PyPI run: | uv publish

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/joshuadavidthomas/mcp-django-shell'

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