Connect Gemini to Rise so you can ask questions about your Rise reporting data. For what you can ask once it's set up, see Use an AI assistant with Rise.
The Gemini CLI reads its setup from a settings.json file. Use ~/.gemini/settings.json to apply it everywhere, or .gemini/settings.json to apply it to one project.
Add Rise under mcpServers, using httpUrl:
{
"mcpServers": {
"rise": {
"httpUrl": "https://mcp.risepeople.com/mcp"
}
}
}
Start or restart the Gemini CLI, then run /mcp auth rise. A browser window opens. Sign in with your Rise account and approve access. reports:read covers most questions; also approve reports:write if you want Gemini to build and save reports.
https://api.risepeople.com/v1/oauth/authorize, Token URL https://api.risepeople.com/v1/oauth/token, scopes reports:read reports:write, and PKCE enabled.Run /mcp list to check that Rise is connected. Then ask a question, such as "What's our average tenure by location?"
Your IT admin adds Rise as a custom MCP server in the Gemini admin console, using the same server URL and sign-in settings above. After that, each person signs in with their own Rise account.
httpUrl (not url) in the settings file, then run /mcp auth rise again./mcp auth rise again and approve the reports:write permission.Delete the rise entry from your settings.json file, or have your admin remove it from the Gemini Enterprise console. You can also revoke access from your Rise account.