io.github.raisiqueira/django-telescope✓
io.github.raisiqueira/django-telescope · v0.1.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.raisiqueira/django-telescope",
"description": "A Model Context Protocol (MCP) server for Django applications, inspired by Laravel Boost",
"repository": {
"url": "https://github.com/raisiqueira/django-telescope",
"source": "github"
},
"version": "0.1.2",
"packages": [
{
"registryType": "pypi",
"identifier": "django-telescope",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Django settings module path (e.g., 'myproject.settings')",
"isRequired": true,
"format": "string",
"name": "DJANGO_SETTINGS_MODULE"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}