django telescope for Cursor
io.github.raisiqueira/django-telescope
A Model Context Protocol (MCP) server for Django applications, inspired by Laravel Boost
client:Cursor
transport:stdio
runtime:pypi
Install django telescope in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"django-telescope": {
"type": "stdio",
"command": "uvx",
"args": [
"django-telescope"
],
"env": {
"DJANGO_SETTINGS_MODULE": "<DJANGO_SETTINGS_MODULE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs