> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tierzero.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Cursor

> Install TierZero from the Cursor MCP marketplace and authenticate via OAuth.

Cursor publishes TierZero in its MCP marketplace. Install once and Cursor agents can call the [TierZero MCP tools](/references/mcp/overview) directly. Authentication is OAuth — no tokens to copy.

## Install

1. Open the [TierZero listing on the Cursor marketplace](https://cursor.com/marketplace/tierzero).
2. Click **Install** — Cursor adds the `tierzero` server to your MCP config.
3. Use a TierZero-backed action from any agent. Cursor prompts **Connect with tierzero** with an **Authenticate** button. Click it and complete the OAuth flow in your browser.

<img src="https://mintcdn.com/tierzeroaiinc/lsN3tRY4LzBSS3sM/images/mcp-cursor-tierzero.webp?fit=max&auto=format&n=lsN3tRY4LzBSS3sM&q=85&s=632d044af9f3c5c2d0c7ce6ddbc9778d" alt="Cursor agent calling /tierzero-fetch and prompting to authenticate the TierZero MCP server" className="rounded-lg shadow-lg my-6 border border-gray-800" width="954" height="640" data-path="images/mcp-cursor-tierzero.webp" />

Once connected, Cursor agents can call `tierzero_ask` and `tierzero_fetch_context` whenever production context is relevant. The first call after a fresh install prompts for authentication; subsequent calls use the stored token.

## Usage

Ask the Cursor agent something that would benefit from production context — it will call `tierzero_ask` automatically. To pull a specific TierZero chat, investigation, or digest into the conversation, paste its URL and ask the agent to fetch context.

See the [overview](/references/mcp/overview) for what each tool does and the arguments it accepts.
