Cursor supports remote MCP servers over Streamable HTTP with built-in OAuth authentication. You can add Brivvy by dropping a single entry into your MCP configuration file. Once connected, Cursor’s Agent can call Brivvy tools to retrieve brand voice rules and template instructions directly in your coding workflow. This is useful for generating on-brand README files, API documentation, code comments and user-facing text without leaving the editor.Documentation Index
Fetch the complete documentation index at: https://docs.brivvy.io/llms.txt
Use this file to discover all available pages before exploring further.
Before you start
- Cursor installed (v1.0 or later).
- A Brivvy account on a plan that includes MCP access.
Steps
- Open Cursor and click the gear icon in the top right to open Settings. In the left sidebar, click Tools & Integrations.
-
Under MCP Tools, click Add Custom MCP. Cursor opens the
mcp.jsonconfiguration file in the editor. -
Paste the following configuration. If an
mcpServersblock already exists, add"brivvy"as an additional entry rather than creating a second block. - Save the file. Brivvy will appear in your MCP Tools list with a Needs login status.
- Click Needs login next to Brivvy. Cursor opens a browser window where you can sign in to Brivvy and authorize the connection. After you approve, Cursor stores the OAuth credentials locally.
-
Back in Cursor, confirm the Brivvy server shows a green Connected status under MCP Tools. You can expand the entry to see the available tools:
list_voices,get_voice,list_templatesandget_template.