← Index

io.github.raisiqueira/django-telescope

io.github.raisiqueira/django-telescope·v0.1.2·Other
Quality Score
69
/100

A Model Context Protocol (MCP) server for Django applications, inspired by Laravel Boost

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "django-telescope": {
      "command": "uvx",
      "args": [
        "django-telescope"
      ],
      "env": {
        "DJANGO_SETTINGS_MODULE": "<django_settings_module>"
      }
    }
  }
}
§02  Environment variables
DJANGO_SETTINGS_MODULE
required

Django settings module path (e.g., 'myproject.settings')

§03  MCP Quality Score  ·  methodology
freshness
14
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other