Skip to main content
Glama

DHIS2 MCP Server

by Dradebo

dhis2_setup_dev_environment

Configure a DHIS2 app development environment with proxy setup and hot reload. Input instance URL, credentials, and optional settings like port or HTTPS to streamline local development.

Instructions

Set up development environment for DHIS2 app with proper proxy and hot reload

Input Schema

NameRequiredDescriptionDefault
dhis2InstanceYesDHIS2 instance URL for development proxy
envFileNoPath to environment file (default: .env.local)
httpsNoUse HTTPS for local development
passwordYesDHIS2 password for development
portNoLocal development server port (default: 3000)
usernameYesDHIS2 username for development

Input Schema (JSON Schema)

{ "properties": { "dhis2Instance": { "description": "DHIS2 instance URL for development proxy", "type": "string" }, "envFile": { "description": "Path to environment file (default: .env.local)", "type": "string" }, "https": { "description": "Use HTTPS for local development", "type": "boolean" }, "password": { "description": "DHIS2 password for development", "type": "string" }, "port": { "description": "Local development server port (default: 3000)", "type": "number" }, "username": { "description": "DHIS2 username for development", "type": "string" } }, "required": [ "dhis2Instance", "username", "password" ], "type": "object" }

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