Skip to content

Quick Start

  1. Get your Personal Access Token

    Go to Upstream Settings > API and MCP and create a token. Learn more about tokens.

  2. Add the server to your AI client

    Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (project):

    {
    "mcpServers": {
    "upstream": {
    "url": "https://api.upstream.do/mcp",
    "headers": {
    "Authorization": "Bearer <your-token>"
    }
    }
    }
    }

    Full Cursor setup guide →

  3. Start using it

    Restart your AI client. The 44 Upstream tools will load automatically. Try asking:

    “Show me my unread emails”

    “Summarize the latest thread from Sarah”

    “Reply saying we’ll ship next week”