MCP

Cursor

Install Bigmind as a remote MCP server in Cursor.

Use Cursor's MCP install link to add Bigmind as a remote MCP server.

Install Bigmind in Cursor

#Setup

  1. Open the install link from the machine where Cursor is installed.
  2. Review the Bigmind server entry in Cursor.
  3. Complete the Bigmind OAuth flow when Cursor opens the authorization page.
  4. Choose the Bigmind workspace this MCP connection should use.

#Manual configuration

If you prefer to configure Cursor manually, add Bigmind to your MCP server configuration:

{
  "mcpServers": {
    "Bigmind": {
      "url": "https://api.bigmind.ai/mcp",
      "headers": {}
    }
  }
}

#Advanced list tools

Use https://api.bigmind.ai/mcp?tools=lists.read for read-only list access, or https://api.bigmind.ai/mcp?tools=lists.write for read and write list access.

Cursor install links use a base64 encoded JSON configuration. Cursor's install link format is documented in Cursor's MCP install link docs.

Updated 6/15/2026