django-mcp
by hyperb1iss
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DJANGO_MCP_EXPOSE_DRF | No | Whether to auto-expose DRF ViewSets (default: 'True') | |
| DJANGO_MCP_URL_PREFIX | No | URL prefix for MCP endpoints (default: 'mcp') | |
| DJANGO_MCP_SERVER_NAME | No | Name of the MCP server (default: 'Django MCP Server') | |
| DJANGO_MCP_DEPENDENCIES | No | JSON array of MCP dependency strings (default: '[]') | |
| DJANGO_MCP_EXPOSE_ADMIN | No | Whether to auto-expose Django admin (default: 'True') | |
| DJANGO_MCP_INSTRUCTIONS | No | Instructions for the AI assistant about this server | |
| DJANGO_MCP_AUTO_DISCOVER | No | Whether to auto-discover MCP components (default: 'True') | |
| DJANGO_MCP_EXPOSE_MODELS | No | Whether to auto-expose Django models (default: 'True') | |
| DJANGO_MCP_ALLOWED_ORIGINS | No | JSON array of allowed CORS origins for SSE endpoint (default: '[]') |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hyperb1iss/django-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server