Skip to main content
Glama

Django Migrations MCP Service

by mrrobotke
#!/bin/sh '''exec' "/Users/antonyngigge/Library/Mobile Documents/com~apple~CloudDocs/iworldafric/djangomigrationsmcp/migationsenv/bin/python" "$0" "$@" ' ''' # -*- coding: utf-8 -*- import re import sys from sqlparse.__main__ import main if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) sys.exit(main())

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/mrrobotke/django-migrations-mcp'

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