Skip to main content
Glama
91,206 servers. Updated

Matching MCP tools:

Matching MCP Connectors:

"How to Embed MCP into a Django Application" matching MCP servers:

GET /v1/servers – MCP directory API reference
  • A
    license
    Not graded
    quality
    F
    maintenance
    Integrates MCP tool hosting into Django applications, enabling easy definition and serving of MCP tools, resources, and prompts via ASGI with support for URL path parameters and logging.
    616 PyPI
    72
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Bridges Django applications with AI assistants by implementing the Model Context Protocol, enabling AI to interact with Django data and functionality through simple decorators.
    16
    Apache 2.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    A Model Context Protocol (MCP) server for developing Django applications. It exposes Django project information through MCP tools, enabling AI assistants to better understand and interact with Django codebases.
    952 PyPI
    112
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A Django MCP server that exposes tools and resources to AI agents using simple decorators, with auto-discovery, type safety, and custom authentication.
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    A Django-native MCP application and tool registration framework inspired by Celery, providing async tool definitions, autodiscovery, and stdio/Streamable HTTP serving built on the official MCP Python SDK.
    28 PyPI
    2
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Provides a stateful Django shell environment that allows AI assistants to execute Python code directly against Django projects. Maintains persistent session state between calls, enabling iterative exploration of models, queries, and debugging.
    688 PyPI
    40
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Automatically exposes Django REST Framework endpoints as MCP tools with zero configuration, supporting multiple transports and authentication.
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Exposes Django runtime information (settings, apps, URLs, models, migrations) as MCP resources for AI agents to inspect a live Django project without static analysis.
    -
  • A
    license
    A
    quality
    A
    maintenance
    Enables developers to analyze Django projects for risky code patterns such as cascade delete impact, N+1 queries, unsafe migrations, and unscoped tenant reads through MCP tools and a CLI.
    37
    113 PyPI
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Exposes the Django admin as an MCP server, letting authorized staff interact with admin models via natural language while delegating all permissions to the existing ModelAdmin.
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Exposes Django REST Framework APIs as MCP tools, enabling natural language interactions with your data models such as CRUD operations and custom actions, with automatic schema generation from DRF serializers.
    54
    BSD 3-Clause
  • A
    license
    Not graded
    quality
    D
    maintenance
    Introspects a Django REST API's OpenAPI schema and exposes each endpoint as an MCP tool, enabling Claude or any MCP client to interact with the API via natural language.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables natural language interaction with Django REST Framework APIs by auto-discovering ViewSets and providing CRUD tools, requiring minimal setup.
    10
    MIT