Skip to main content
Glama

DHIS2 MCP Server

by Dradebo

dhis2_validate_environment

Validate and troubleshoot DHIS2 development environment setup by checking components like node_version, npm_yarn, dhis2_cli, browser_settings, network_connectivity, and cors_config for optimal configuration.

Instructions

Validate and troubleshoot DHIS2 development environment setup

Input Schema

NameRequiredDescriptionDefault
checkAllNoRun comprehensive environment validation
componentsNoSpecific components to validate
dhis2InstanceNoDHIS2 instance to test connectivity with
nodeVersionNoCurrent Node.js version
operatingSystemNoOperating system

Input Schema (JSON Schema)

{ "properties": { "checkAll": { "description": "Run comprehensive environment validation", "type": "boolean" }, "components": { "description": "Specific components to validate", "items": { "enum": [ "node_version", "npm_yarn", "dhis2_cli", "browser_settings", "network_connectivity", "cors_config" ], "type": "string" }, "type": "array" }, "dhis2Instance": { "description": "DHIS2 instance to test connectivity with", "type": "string" }, "nodeVersion": { "description": "Current Node.js version", "type": "string" }, "operatingSystem": { "description": "Operating system", "enum": [ "windows", "macos", "linux", "unknown" ], "type": "string" } }, "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