Milana exposes a hosted Model Context Protocol (MCP) server so AI tools — Claude.ai, Cursor, Codex, and others — can search sessions, look up users, and kick off Milana queries directly.Documentation Index
Fetch the complete documentation index at: https://docs.getmilana.ai/llms.txt
Use this file to discover all available pages before exploring further.
Server details
| URL | https://app.getmilana.ai/mcp |
| Transport | Streamable HTTP |
Install
- Claude Code
- Cursor
- ChatGPT
- Claude Desktop
- Codex CLI
- VS Code
- Other clients
/mcp inside Claude Code and follow the Authenticate prompt to sign in.Available tools
| Tool | What it’s for |
|---|---|
whoami | Returns the authenticated Milana user and active product. |
list_products | Lists the Milana products you can access. |
search_sessions | Natural-language search for sessions, users, or moments. |
get_sessions | Reads session transcripts to ground answers in real user behavior. |
get_users | Returns a user’s recent session history and identity. |
start_query | Kicks off a deeper Milana analysis across many sessions. |
get_query | Fetches the status and result of a running or completed query. |
list_recent_queries | Lists recent queries in the active product. |
Selecting a product
If your account can access more than one Milana product, the agent uses the product you most recently opened in the dashboard by default. To switch, just ask — for example, “use the Acme product” — and the agent will calllist_products to pick the right one.