Model Context Protocol is something new in the development world that gives your ai coding agents tools to better help you with your work. I went ahead and made one specifically for DHIS2. I’d greatly appreciate feedback on the work done if anyone has time. The repo is here, GitHub - Dradebo/dhis2-mcp: An MCP for dhis2 development. It’s also in the npm registry so you can install it using “npm install dhis2-mcp-server@1.0.0”. Thanks in advance.
Hi @Dradebo
I checked the repository description (readme) and it’s quite interesting! Thank you for sharing this with the community.
This is great. Thanks
Hey there! Has anyone been using this? Thanks again @Dradebo for the effort in setting this up! Would love to understand use cases
My pleasure Sophia. The main thing is to make tools available to AI agents like Claude and chatGPT that allow them to seemlessly interact with DHIS2 without having to go through the fundamentals course first. I’d really like to collaborate on refining it and ensuring it’s easy to use.
@Dradebo thanks for the great job. Could you specify in more detail how to connect the MCP server to a DHIS2 instance? It looks like the tool dhis2_configure is not available.