Skip to main content

Setup

1

Get your config

From the Octave dashboard, click Connect Via MCP and select Cursor. Copy the MCP config.
2

Add to Cursor config

If you have no existing MCP servers, use this as your Cursor MCP config:
{
  "mcpServers": {
    "octave-myWorkspace": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.octavehq.com/mcp?ctx=YOUR_CONTEXT"]
    }
  }
}
If you already have MCP servers configured, add the octave-myWorkspace entry to your existing mcpServers object.
Replace YOUR_CONTEXT with the value from your Octave dashboard. The full config is provided in the Connect Via MCP dialog.
3

Restart Cursor

Save the config and restart Cursor for the changes to take effect.