Quick Start
-
Get your Personal Access Token
Go to Upstream Settings > API and MCP and create a token. Learn more about tokens.
-
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>"}}}}Add to
.claude/settings.local.json:{"mcpServers": {"upstream": {"url": "https://api.upstream.do/mcp","headers": {"Authorization": "Bearer <your-token>"}}}}Claude Desktop needs the
mcp-remotebridge. Add to your Claude Desktop config:{"mcpServers": {"upstream": {"command": "npx","args": ["-y","mcp-remote","https://api.upstream.do/mcp","--header","Authorization: Bearer <your-token>"]}}}Any MCP client that supports Streamable HTTP can connect directly:
- URL:
https://api.upstream.do/mcp - Header:
Authorization: Bearer <your-token>
- URL:
-
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”