D
Djangorestframework MCP Server
by @Artui
Expose djangorestframework-services services and selectors as a Model Context Protocol (MCP) 2025-11-25 Streamable HTTP server.
Created 4/28/2026
Updated 4 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx djangorestframework-mcp-server
Cursor configuration (mcp.json)
{
"mcpServers": {
"artui-djangorestframework-mcp-server": {
"command": "uvx",
"args": [
"djangorestframework-mcp-server"
]
}
}
}