Documentation Index
Fetch the complete documentation index at: https://docs.latitude.so/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Latitude MCP is a remote, OAuth-authenticated, streamable HTTP Model Context Protocol server, living athttps://api.latitude.so/v1/mcp.
It is the portal that AI agents — Claude, Cursor, Codex, Gemini, Zed, OpenCode, and others — can use to read and manage your Latitude workspace.
The MCP exposes everything you can do in the Latitude UI as tools — managing projects, members, keys, traces, annotations, scores, searches, issues, datasets, and more.
Tools are dynamically generated from the Latitude API, so the catalog automatically stays in sync with the platform. For the live list of tools, their descriptions, and their input/output schemas, you can check the API reference
To see or revoke connected agents at any time, go to your organization’s Settings → Keys and look at the OAuth Keys section. Revoking immediately cuts off the agent’s access.
Installation
The MCP is compatible with all the most common agents, harnesses or IDEs you use. We have built extensions for many of them, otherwise check the Manual section tab with the exact install steps. If your agent isn’t listed below, tell your agent to add the Latitude MCP as aRemote Streamable HTTP MCP server with URL https://api.latitude.so/v1/mcp and OAuth enabled — those are the only two things the agent needs to know!
Cursor Desktop
- Manual
Open the MCP config
Go to Cursor Settings → Tools & MCPs → Add Custom MCP, or edit
~/.cursor/mcp.json directly.Cursor CLI
- Manual
Claude Code Desktop
- Manual
Open the MCP config
Go to Settings → Developer → Edit Config or edit
~/Library/Application Support/Claude/claude_desktop_config.json directly.Add the Latitude MCP
Claude Code Desktop does not support remote OAuth MCP servers natively, so we use the
mcp-remote bridge.Restart Claude Code
After restart, Claude Code will open a browser tab to authenticate the Latitude MCP.
Claude Code CLI
- Manual
Codex Desktop
- Manual
Open the MCP config
Open Codex and go to Settings → MCP Servers → Add Server, or edit
~/.codex/config.toml.Codex CLI
- Manual
Gemini CLI
- Manual
Google Antigravity
- Manual
Open the MCP config
Go to Antigravity Settings → MCP servers, or edit
~/.antigravity/mcp.json directly.Zed
- Manual
Open the MCP config
Go to Agent Settings → Model Context Protocol (MCP) Servers → Add Server → Add Custom Server → Remote, or edit
~/.config/zed/settings.json directly.OpenCode Desktop
- Manual
OpenCode Desktop does not currently support adding MCP servers from the desktop UI. Instead, set it up via the OpenCode CLI steps. After a restart you can enable it typing
/mcp.OpenCode CLI
- Manual
Add the Latitude MCP
Run (outside of OpenCode):and answer the prompts with name
Or edit
latitude, type remote, url https://api.latitude.so/v1/mcp, oauth yes, client id no.Or edit
~/.config/opencode/opencode.json directly: