AI CONNECTION

Connect Cursor

Add Notive as an MCP server in Cursor so the agent can search your saved knowledge while you code.

How to connect

  1. 1In Cursor, open Settings → MCP → Add new global MCP server.
  2. 2Add the Notive entry to ~/.cursor/mcp.json (see the configuration below).
  3. 3Cursor opens a browser window — sign in to Notive and approve access.

Configuration

{
  "mcpServers": {
    "notive": {
      "url": "https://notive.space/mcp",
      "oauth": true
    }
  }
}

More integrations