Skip to content
Cursor

afya mcp for Cursor

io.github.gabrielmahia/afya-mcp

MCP server for health-service coordination in East Africa (afya = health)

client:Cursor transport:stdio runtime:pypi

Install afya mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "afya-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "afya-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

afya mcp in other clients