II.
ToolServer JSON
Structured · livetool-server:mcp-django
Django MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-django",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-frameworks.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Django MCP Server",
"description": "MCP server that exposes Django application internals to AI assistants.\nAllows agents to browse models, query data safely, manage migrations,\nand inspect routes and views within a running Django project.\n",
"protocol": "mcp",
"category": "devtools",
"repoUrl": "https://github.com/gts360/django-mcp-server",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio",
"mcp-transport:streamable-http"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-django",
"to": "framework:django",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-django",
"to": "domain:backend",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-django",
"to": "domain:web-development",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}