Odel
fomu mcp

fomu mcp

Local
@gabrielmahiaPythonMITUpdated 1mo ago

MCP server for government forms and document workflows in Kenya (fomu = form)

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

PyPIfomu-mcpv0.1.4

Run

uvx fomu-mcp

MCP client config

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