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
set unstable := true
justfile := justfile_directory() + "/.just/project.just"
[private]
default:
@just --list --justfile {{ justfile }}
[private]
fmt:
@just --fmt --justfile {{ justfile }}
[no-cd]
@bump *ARGS:
uv run {{ justfile_directory() }}/.bin/bump.py {{ ARGS }}
[no-cd]
@release *ARGS:
uv run {{ justfile_directory() }}/.bin/release.py {{ ARGS }}