Odel
familia mcp

familia mcp

Local
@gabrielmahiaPythonMITUpdated 1mo ago

MCP server for family-services coordination in East Africa (familia = family)

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).

PyPIfamilia-mcpv0.1.5

Run

uvx familia-mcp

MCP client config

{
  "mcpServers": {
    "familia-mcp": {
      "command": "uvx",
      "args": [
        "familia-mcp"
      ]
    }
  }
}