From 50849a4cc4e1468db949bfb8eef6c605436a8453 Mon Sep 17 00:00:00 2001 From: Zachary Podbela Date: Sun, 21 Sep 2025 01:41:50 -0400 Subject: [PATCH] Add Django REST Framework MCP to Community Servers list (#462) Django REST Framework MCP enables developers to expose Django REST Framework APIs as MCP tools for LLMs and agentic applications. It provides automatic tool generation from DRF ViewSets with a simple decorator. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 35f04ce..a3c1b4e 100644 --- a/README.md +++ b/README.md @@ -311,6 +311,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[dbt-docs](https://github.com/mattijsdp/dbt-docs-mcp)** - MCP server for dbt-core (OSS) users as the official dbt MCP only supports dbt Cloud. Supports project metadata, model and column-level lineage and dbt documentation. - **[DeepView MCP](https://github.com/ai-1st/deepview-mcp)** - Enables IDEs like Cursor and Windsurf to analyze large codebases using Gemini's 1M context window. - **[DifyWorkflow](https://github.com/gotoolkits/mcp-difyworkflow-server)** - Tools to the query and execute of Dify workflows +- **[Django REST Framework MCP](https://github.com/zacharypodbela/djangorestframework-mcp)** - Expose Django REST Framework APIs as MCP tools for LLMs and agentic applications - **[Docker](https://github.com/QuantGeekDev/docker-mcp)** - Run and manage docker containers, docker compose, and logs - **[Dolt](https://github.com/dolthub/dolt-mcp)** - The official MCP server for version-controlled Dolt databases. - **[DynamoDB-Toolbox](https://www.dynamodbtoolbox.com/docs/databases/actions/mcp-toolkit)** - Leverages your Schemas and Access Patterns to interact with your [DynamoDB](https://aws.amazon.com/dynamodb) Database using natural language.