Django Telescope
Rank #10,602io.github.raisiqueira/django-telescope
MCP server providing django-telescope capabilities
Django Telescope is a Model Context Protocol (MCP) server published by vintasoftware. It ranks #10,602 of 115,591 servers tracked on MCP Toplist, and its repository has 111 GitHub stars. Django Telescope is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Oct 17, 2025 and most recently updated on Nov 7, 2025.
Ranks ahead of 104,989 of 115,591 servers on MCP Toplist.
Use Django Telescope
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add django-telescope -e "DJANGO_SETTINGS_MODULE=<your DJANGO_SETTINGS_MODULE>" -- uvx django-telescopeReplace each placeholder with your own value before saving.
[mcp_servers.django-telescope]
command = "uvx"
args = ["django-telescope"]
[mcp_servers.django-telescope.env]
DJANGO_SETTINGS_MODULE = "<your DJANGO_SETTINGS_MODULE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"django-telescope": {
"command": "uvx",
"args": [
"django-telescope"
],
"env": {
"DJANGO_SETTINGS_MODULE": "<your DJANGO_SETTINGS_MODULE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"django-telescope": {
"command": "uvx",
"args": [
"django-telescope"
],
"env": {
"DJANGO_SETTINGS_MODULE": "<your DJANGO_SETTINGS_MODULE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"django-telescope": {
"type": "stdio",
"command": "uvx",
"args": [
"django-telescope"
],
"env": {
"DJANGO_SETTINGS_MODULE": "<your DJANGO_SETTINGS_MODULE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"django-telescope": {
"command": "uvx",
"args": [
"django-telescope"
],
"env": {
"DJANGO_SETTINGS_MODULE": "<your DJANGO_SETTINGS_MODULE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"django-telescope": {
"command": "uvx",
"args": [
"django-telescope"
],
"env": {
"DJANGO_SETTINGS_MODULE": "<your DJANGO_SETTINGS_MODULE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.raisiqueira%2Fdjango-telescope)<a href="https://mcptoplist.com/server/io.github.raisiqueira%2Fdjango-telescope"><img src="https://mcptoplist.com/badge/io.github.raisiqueira%2Fdjango-telescope.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
vintasoftware
Available versions (2)
| Version | Published |
|---|---|
| 0.1.2 | Nov 7, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Django Telescope?
- Django Telescope is maintained by vintasoftware, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Django Telescope listed on the Official MCP Registry?
- Yes — Django Telescope is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Django Telescope have?
- MCP Toplist tracks 2 versions of Django Telescope, most recently published on Nov 7, 2025.
- Where can I find the source code for Django Telescope?
- The source code for Django Telescope is hosted at github.com/vintasoftware/django-ai-boost.