Back to search
30
MCP

DRF Docs

pulsemcp/drf docs

Exposes Django REST Framework API documentation through MCP for AI coding agents to generate frontend integration code.

Uptime
0.0%
3 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

drf-mcp-docs
Expose DRF API documentation via MCP for AI coding agents
0 tools
django-rest-mcp
MCP server for Django REST Framework — auto-discovers DRF views and exposes them as MCP tools
0 tools
drf-mcp
Enterprise-grade Model Context Protocol (MCP) integration for Django REST Framework with FastMCP 3.0
0 tools
django-drf-mcp
Add MCP (Model Context Protocol) to any Django REST Framework project
0 tools
django-rest-framework-mcp
Expose Django REST Framework APIs as MCP servers for LLMs
0 tools
django-zeromcp
Zero-effort MCP server (and REST API) generator from Django models.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "drf_docs": {
      "url": "None",
      "transport": "http"
    }
  }
}