MCP Server
Maintained
io.github.gabrielmahia/kenya-health-mcp MCP Server
io.github.gabrielmahia/kenya-health-mcp
What is the io.github.gabrielmahia/kenya-health-mcp MCP server?
🏥 Kenya Health MCP
How to install io.github.gabrielmahia/kenya-health-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"kenya-health-mcp": {
"command": "uvx",
"args": [
"kenya-health-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"kenya-health-mcp": {
"command": "uvx",
"args": [
"kenya-health-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"kenya-health-mcp": {
"command": "uvx",
"args": [
"kenya-health-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"kenya-health-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"kenya-health-mcp"
]
}
}
}Claude Code
claude mcp add kenya-health-mcp -- uvx kenya-health-mcpRelated MCP servers
io.github.gabrielmahia/afya-mcp
Maintained
MCP server for health-service coordination in East Africa (afya = health)
0
View repository →Python
MIT
io.github.gabrielmahia/afya-ya-akili-mcp
Maintained
MCP server for mental-health support coordination in East Africa (afya ya akili = mental health)
0
View repository →Python
MIT
MCP server for land records and land-service coordination in Kenya (ardhi = land)
0
View repository →Python
MIT
io.github.gabrielmahia/bima-mcp
Maintained
🛡️ bima-mcp — Kenya Insurance Intelligence MCP Server
0
View repository →Python