MCP Server
MCP
io.github.raisiqueira/django-telescope
A Model Context Protocol (MCP) server for Django applications, inspired by Laravel Boost
Install
uvx django-telescope
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment