Skip to main content

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.

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.

Server details

URLhttps://app.getmilana.ai/mcp
TransportStreamable HTTP

Install

claude mcp add --transport http milana https://app.getmilana.ai/mcp
Then run /mcp inside Claude Code and follow the Authenticate prompt to sign in.

Available tools

ToolWhat it’s for
whoamiReturns the authenticated Milana user and active product.
list_productsLists the Milana products you can access.
search_sessionsNatural-language search for sessions, users, or moments.
get_sessionsReads session transcripts to ground answers in real user behavior.
get_usersReturns a user’s recent session history and identity.
start_queryKicks off a deeper Milana analysis across many sessions.
get_queryFetches the status and result of a running or completed query.
list_recent_queriesLists 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 call list_products to pick the right one.