Choose your AI assistant and follow the setup instructions.
Claude Desktop with MCP provides the richest experience — native tool access, no URL fetching, full API capabilities.
Download and install from claude.ai/download
Open Claude Desktop and paste:
Please install Desktop Commander MCP server so you can help me with file operations.
Claude will guide you through the installation. Restart Claude when done.
After restarting, paste this in Claude:
Please set up the Inou medical imaging bridge:
1. Detect my OS and architecture
2. Download the correct bridge:
- Mac Apple Silicon: https://inou.com/download/inou_bridge_darwin_arm64
- Mac Intel: https://inou.com/download/inou_bridge_darwin_amd64
- Windows 64-bit: https://inou.com/download/inou_bridge_win_amd64.exe
3. Save it to:
- Mac: ~/bin/inou_bridge (create ~/bin if needed, make executable)
- Windows: %USERPROFILE%\inou\inou_bridge.exe (create folder if needed)
4. Edit Claude config:
- Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
- Windows: %APPDATA%\Claude\claude_desktop_config.json
5. Add to mcpServers (keep any existing entries like desktop-commander):
"inou": {
"command": "BRIDGE_PATH",
"args": ["--server=https://inou.com", "--account=YOUR_ACCOUNT_TOKEN"]
}
Replace BRIDGE_PATH with the actual path where you saved the bridge.
Tell me when done.
Quit Claude Desktop completely, reopen, then paste:
List my available dossiers using the inou bridge, then show imaging studies for the first one.
You should see your dossier(s) and any imaging studies.
Grok can browse the web and access your health data directly through our API. No installation needed.
Copy this and paste it into Grok:
Fetch https://inou.com/api/docs to see the API documentation. Then fetch https://inou.com/api/dossiers?token=YOUR_ACCOUNT_TOKEN to list my dossiers. If there is more than one dossier, ask me which one to work with before proceeding. Help me explore my health data - imaging studies, genome variants, and lab results. IMPORTANT: - Allow 3 seconds for API responses before assuming failure. - When sharing image links, use the exact image_url from responses. - This is real medical data. NEVER hallucinate. Only describe what you actually see.
Once connected, ask Grok to:
See the full API documentation for all available endpoints.
Not recommended for medical imaging due to elevated hallucination risk in our testing.
Medical imaging requires absolute accuracy. In our testing, ChatGPT fabricated information even when correct data was clearly provided. We cannot recommend it for analyzing health data where errors have real consequences.
Use Claude Desktop for the best experience with native tool access, or Grok for web-based access with no installation.
Other AI assistants can access your data through our web API, though capabilities vary.
Gemini's web browsing is currently restricted and may not be able to fetch inou.com URLs directly. Workarounds:
Our API is simple REST + JSON. See the API documentation for endpoints and authentication.