nigeria-health-facility
About
Find Nigerian health facilities near a point, sorted by distance. GRID3, keyless.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
HEALTH_PROVIDERClaude Code
claude mcp add --env HEALTH_PROVIDER= nigeria-health-facility -- npx @braynexservices/nigeria-mcp-health-facility
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"nigeria-health-facility","command":"npx","args":["@braynexservices/nigeria-mcp-health-facility"],"env":{"HEALTH_PROVIDER":""}}'
JSON
{
"mcpServers": {
"nigeria-health-facility": {
"command": "npx",
"args": [
"@braynexservices/nigeria-mcp-health-facility"
],
"env": {
"HEALTH_PROVIDER": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.