MCP server for mental-health support coordination in East Africa (afya ya akili = mental health)
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx afya-ya-akili-mcp
MCP client config
{
"mcpServers": {
"afya-ya-akili-mcp": {
"command": "uvx",
"args": [
"afya-ya-akili-mcp"
]
}
}
}