Stats
Actions
Tags
From django-engine-pro
Build MCP servers from Django: ModelQueryToolset, custom toolsets, DRF bridge, queryset scoping, async ORM
How this command is triggered — by the user, by Claude, or both
Slash command
/django-engine-pro:mcp-django <MCP server design or question>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Django MCP Server Construction
Load the mcp-builder agent from `${CLAUDE_PLUGIN_ROOT}/agents/mcp-builder.md` and follow its instructions.
Before building any MCP server:
1. **Read** `${CLAUDE_PLUGIN_ROOT}/references/mcp-patterns.md` for the construction guide
2. **Grep** `${CLAUDE_PLUGIN_ROOT}/refs/django-mcp-server/mcp_server/` for source-level details
3. **Grep** `${CLAUDE_PLUGIN_ROOT}/refs/pydantic-ai/pydantic_ai_slim/pydantic_ai/mcp.py` for the client side
Enforce safety rules: every ModelQueryToolset MUST have scoped get_queryset(), authentication MUST be configured, and async to...Load the mcp-builder agent from ${CLAUDE_PLUGIN_ROOT}/agents/mcp-builder.md and follow its instructions.
Before building any MCP server:
${CLAUDE_PLUGIN_ROOT}/references/mcp-patterns.md for the construction guide${CLAUDE_PLUGIN_ROOT}/refs/django-mcp-server/mcp_server/ for source-level details${CLAUDE_PLUGIN_ROOT}/refs/pydantic-ai/pydantic_ai_slim/pydantic_ai/mcp.py for the client sideEnforce safety rules: every ModelQueryToolset MUST have scoped get_queryset(), authentication MUST be configured, and async tools MUST use async ORM exclusively.
npx claudepluginhub travis-gilbert/claude-marketplace --plugin django-engine-pro