Skip to main content
Glama

DHIS2 MCP Server

by Dradebo

dhis2_fix_proxy_configuration

Generate and fix proxy configurations for local development against DHIS2 instances, supporting webpack, React, Vite, and custom setups. Authenticate and connect securely to target DHIS2 instances.

Instructions

Generate proxy configuration and fixes for local development against DHIS2 instances

Input Schema

NameRequiredDescriptionDefault
authenticationNo
localPortNoLocal development port (default: 3000)
proxyTypeYesType of proxy configuration needed
sslOptionsNo
targetInstanceYesTarget DHIS2 instance URL

Input Schema (JSON Schema)

{ "properties": { "authentication": { "properties": { "password": { "description": "DHIS2 password for proxy authentication", "type": "string" }, "username": { "description": "DHIS2 username for proxy authentication", "type": "string" } }, "required": [ "username", "password" ], "type": "object" }, "localPort": { "description": "Local development port (default: 3000)", "type": "number" }, "proxyType": { "description": "Type of proxy configuration needed", "enum": [ "webpack_dev_server", "create_react_app", "vite", "custom_express" ], "type": "string" }, "sslOptions": { "properties": { "changeOrigin": { "description": "Change origin header", "type": "boolean" }, "secure": { "description": "Verify SSL certificates", "type": "boolean" } }, "type": "object" }, "targetInstance": { "description": "Target DHIS2 instance URL", "type": "string" } }, "required": [ "proxyType", "targetInstance" ], "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