Skip to main content
Glama

DHIS2 MCP Server

by Dradebo

dhis2_init_webapp

Set up a new DHIS2 web application project with structured scaffolding by specifying app name, title, template, and optional features like TypeScript or PWA support.

Instructions

Initialize a new DHIS2 web application project with proper scaffolding

Input Schema

NameRequiredDescriptionDefault
appDescriptionNoDescription of the application
appNameYesName of the application (e.g., "my-health-app")
appTitleYesHuman-readable title of the application
appTypeNoType of DHIS2 application
namespaceNoApp namespace (defaults to appName if not provided)
outputPathNoDirectory path where to create the app (default: current directory)
pwaNoEnable Progressive Web App features
templateNoApp template to use
typescriptNoUse TypeScript (default: true)

Input Schema (JSON Schema)

{ "properties": { "appDescription": { "description": "Description of the application", "type": "string" }, "appName": { "description": "Name of the application (e.g., \"my-health-app\")", "type": "string" }, "appTitle": { "description": "Human-readable title of the application", "type": "string" }, "appType": { "description": "Type of DHIS2 application", "enum": [ "app", "dashboard-plugin" ], "type": "string" }, "namespace": { "description": "App namespace (defaults to appName if not provided)", "type": "string" }, "outputPath": { "description": "Directory path where to create the app (default: current directory)", "type": "string" }, "pwa": { "description": "Enable Progressive Web App features", "type": "boolean" }, "template": { "description": "App template to use", "enum": [ "basic", "with-ui-library", "with-analytics", "tracker-capture" ], "type": "string" }, "typescript": { "description": "Use TypeScript (default: true)", "type": "boolean" } }, "required": [ "appName", "appTitle" ], "type": "object" }

Other Tools from DHIS2 MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Dradebo/dhis2-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server