A bridge that exposes DRF ViewSets and serializers as Model Context Protocol tools — without rewriting your API.
Django DRF → MCP
Related
Convert Your Django DRF Project to MCP in 5 Minutes
·2761 words·13 mins
The Problem: When APIs Meet AI Assistants # A few weeks ago, I was experimenting with Model Context Protocol (MCP) for a Kafka integration project. The experience was eye-opening - being able to interact with complex systems through natural language felt like a glimpse into the future of development workflows.
ContextLayer
Transform any REST API into an MCP server — connectors that make existing APIs usable by LLM tools.
From Celery to Restate: Rethinking Async Tasks in Django
·1796 words·9 mins
The Celery Question # For years, when someone asked “How do I handle background tasks in Django?”, the answer was almost always “Use Celery”. And for good reason. Celery is mature, battle-tested, and has solved async task processing for countless Django applications. It has extensive documentation, a large ecosystem of plugins, and most Django developers have at least some experience with it.
